{{-- --}} @foreach($proCategories as $proCategory) {{-- --}} @endforeach
الاسمCreated Atالفعل
{{ $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() !!}