@foreach($vendorCategories as $vendorCategory) @endforeach
Name Action
{{ $vendorCategory->name }} {!! Form::open(['route' => ['vendorCategories.destroy', $vendorCategory->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}