{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors") {{--
--}}
@foreach($place_list1 as $id => $title)
@endforeach
(To select one or more staff, press CTRL key and Click on the staff name to select more than 1 staff)
@foreach($state_list as $id => $title)
@endforeach
@foreach($incident_list as $id => $title)
@endforeach
@foreach($action_list1 as $id => $title)
@endforeach
@endsection {{-- Scripts Section --}} @section('scripts') @endsection