Add Restroom Location

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

Restroom Location Lists

@foreach($category as $categorys) @endforeach
ID State City Airport Terminal Restroom Location Qr Code Action
{{$categorys->id}} {{ $categorys->state->state ?? null }} {{ $categorys->city->city ?? null}} {{ $categorys->location->location ?? null }} {{ $categorys->terminal->terminal ?? null }} {{ $categorys->category }} View
@endsection