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

@yield('title')

@livewire('index-approbation') @endsection