@php $headerOption = [ 'title' => 'Dashboard', 'noCardView' => true ]; @endphp @extends('admin.layouts.layout', $headerOption) @push('page_css') @endpush @section('content')

Welcome {{ auth()->user()->first_name }} {{ auth()->user()->last_name }}

My Schedules

{{-- Refresh button commented out --}}
Loading...
@include('admin.components.schedule-details-modal-script') @include('admin.components.simple-agent-modal') @include('admin.components.simple-client-modal') @endsection @push('page_script') @php $placeApiKey = \Config::get('settings.address_auto_populate_key', ''); @endphp @if(!empty($placeApiKey)) @endif @endpush