@foreach($attendance as $attend) @endforeach
Data Hora Setor Visitante Tipo de Atendimento Hora Saída Manutenção
{!! $attend->date !!} {!! $attend->time !!} {!! $attend->sector->name !!} {!! $attend->people->name !!} {!! $attend->type->name !!} {!! $attend->time_exit ?? '-' !!} {!! Form::open(['route' => ['attendance.destroy', $attend->id], 'method' => 'delete']) !!}
@shield('attendance.show') @endshield @shield('attendance.edit') @endshield @shield('attendance.delete') @endshield
{!! Form::close() !!}