@foreach($notificationabsences as $key=> $row) {{ $row->reservation->reservation->patient->name }} {{ $row->reservation->reservation->doctor->name }} {{$row->reason}} @if(!is_null($row->next_date)){{ $row->next_date }} @else {{__('reservations.notcontinue')}} @endif @if(is_null($row->reason)) {{ __('dashboard.edit') }} @endif @endforeach @if( count( $notificationabsences ) && $notificationabsences->hasPages() ) {{ $notificationabsences->links() }} @endif