@extends('dashboard_layout') @section('content') {{--

Dashboard

--}}
@livewire('dashboard.location-grid')
{{--
--}}
@livewire('dashboard.dashboard-booking-boxes')
@livewire('dashboard.dashboard-logs')
@livewire('dashboard.location-grid')
{{--
--}}
{{-- @livewire('dashboard.location-grid') --}} {{--
@livewire('company-booking-lists')
@livewire('customer-report')
--}} @endsection @section('custom_script') @endsection