@extends('layout') @inject('carbon', 'Carbon\Carbon') @section('content')

Tableau de bord

Tableau de bord

@include('shared.navbar')
@include('dashboard._stats')
@if (Session::get('case') || (Session::get('role') == 'admin')) @endif
@include('dashboard.departure')
@include('dashboard.next-arrivals')
@include('dashboard.current-stay')
@include('dashboard.to-coming')
@if (Session::get('case') || (Session::get('role') == 'admin'))
@include('dashboard.case')
@endif
{{-- --}} {{-- --}} @endsection