@extends('layouts.master') @section('title', 'Vidanges') @section('content')

@yield('title')

@livewire('index-vidange') @endsection