@extends('layouts.admin') @section('content') @can('client_create')
Nouveau Catégorie
@endcan
LISTE DES CATEGORIES

@foreach($categories as $key => $categorie) @endforeach
Catégories Action
{{ $categorie->label ?? '' }} @can('categorie_modifier') @endcan @can('categorie_supprimer')
@endcan
@endsection @section('scripts') @parent @endsection