@foreach($advices as $advice) @endforeach
Date Type To Id Manutenção
{!! $advice->date !!} {!! $advice->type !!} {!! $advice->to_id !!} {!! Form::open(['route' => ['$ROUTES_AS_PREFIX$advices.destroy', $advice->id], 'method' => 'delete']) !!}
@shield('advices.show')@endshield @shield('advices.edit')@endshield @shield('advices.delete'){!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}@endshield
{!! Form::close() !!}