{{-- --}} @foreach($categories as $category) {{-- --}} @endforeach
الاسمCreated Atالفعل
{{ $category->name }}{{ $category->created_at }} {!! Form::open(['route' => ['categories.destroy', $category->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}