@extends('layouts.master') @section('title', 'Demandes / Approbations / Liste') @section('content')

@yield('title')

@livewire('list-approbation') @endsection