@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')
Create Appointment

Find all Appointment on this page and its respective details.

@endsection {{-- Script Section --}} @section('script') @endsection