Page {{ $categories->currentPage() }} of {{ $categories->lastPage() }}
Nom |
Action |
@foreach ($categories as $categorie)
{{$categorie->nom}} |
{!! Form::open(['method' => 'DELETE', 'route' => ['categories.destroy', $categorie->id] ]) !!}
{!! Form::close() !!}
|
@endforeach
{{ $categories->links() }}