@extends('layouts.app') @section('content')
Add New Parking Lot
@if (session('status')) @endif
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection