@extends('layouts.master') @section('title', 'Liste des clients') @section('content')

@yield('title')
@can('creer_un_client') Ajouter @endcan

@livewire('index-client')
@endsection