@extends('layouts.app') @section('title', 'لوحة التحكم') @section('content')
@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')
@endsection