@extends('layouts.master') @section('title', 'Tableau de bord') @section('content')

@yield('title')

@livewire('dashboard.alerte')
@livewire('dashboard.caisse')
@endsection