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