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