@foreach($clients as $client)
@if($client->pivot->state == 4)
-
{{__('Phone')}}: {{$client->phone}}
{{__('Cancel')}}: {{ date('d-m-Y', strtotime($client->pivot->updated_at)) }}
@endif
@endforeach
@if( $departure->clients()->wherePivot('state',4)->count() == 0)
{{__('There are no canceled passengers')}}
@endif