@foreach($typesOfAttendance as $type) @endforeach
Nome Ativo Manutenção
{!! $type->name !!} {!! Form::open(['route' => ['typesOfAttendance.destroy', $type->id], 'method' => 'delete']) !!}
@shield('typesOfAttendance.show') @endshield @shield('typesOfAttendance.edit') @endshield @shield('typesOfAttendance.delete') @endshield
{!! Form::close() !!}