@extends('tenant.layouts.customer') {{-- Tilte Section --}} @section('title', 'Appointment') {{-- Style Section --}} @section('style') @php $customerData = \App\Models\Tenant\CustomerPortalConfiguration::first(); @endphp @endsection {{-- Content Section --}} @section('content')
Find all Appointment on this page and its respective details.