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