{{__('Waiting List')}}

@csrf @if(isset($i)) @endif
@foreach($clients as $client) @if($client->pivot->state == 5)
@endif @endforeach @if( $departure->clients()->wherePivot('state',5)->count() == 0)

{{__('There are no passengers on the waiting list')}}

@endif