@foreach($tags as $tag) @endforeach
Nome Manutenção
{!! $tag->name !!} {!! Form::open(['route' => ['tags.destroy', $tag->id], 'method' => 'delete']) !!}
@shield('tags.show')@endshield @shield('tags.edit')@endshield @shield('tags.delete'){!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}@endshield
{!! Form::close() !!}