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