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