@include('pages.dashboard.sections.header')
@include('pages.dashboard.sections.alerts')
{{-- Left --}}
@include('pages.dashboard.sections.kpis')
@include('pages.dashboard.sections.bookings')
@include('pages.dashboard.sections.chart')
{{-- Right --}}
@include('pages.dashboard.sections.quick-actions')
@include('pages.dashboard.sections.staff')
@include('pages.dashboard.sections.circle-report')