@extends('layouts.master') @section('title', 'Gérants') @section('content')
@livewire('index-gerant')
@include('pages/includes/gerant-modal') @endsection