Add Supervisor Restroom Location

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('supervisor_id')
{{ $message }}
@enderror

Supervisor Location Lists

@foreach($supervisorlocation as $states) @endforeach
ID State City Airport Terminal Supervisor Action
{{$states->id}} {{$states->state->state ?? null }} {{$states->city->city ?? null}} {{$states->location->location ?? null }} {{$states->terminal->terminal ?? null }} {{$states->supervisorname->name ?? null}}
@endsection