@include('Partials.sidebar')
@include('Partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Plot Update Form

@csrf @method('PUT')
{{--
--}} {{--

Current Plot Image
--}} {{--

--}}
status === 'Not Available' ? 'checked' : '' }}>
status === 'Available' ? 'checked' : '' }}>
status === 'Pre-Booked' ? 'checked' : '' }}>
@include('Partials.footer')