@extends('backendPartials.default') @section('home_bar', 'current') @section('section')
New Queries
-
Total Visitors
-
Total Appointments
-
Total {{date('F')}} Visitors
--}}Today Appointments
{{-- @if ($previos_month_visitors > $current_month_visitors) @else @endif --}} {{-- {{ $average_month_visitor }}% --}}
| # | Person Name | Phone No | Appointment Date | Status | Actions | ||
|---|---|---|---|---|---|---|---|
| {{ $appointment->id }} | {{ $appointment->name ?? 'Unknown' }} | {{ $appointment->email ?? 'No Email' }} | {{ $appointment->phone ?? 'No phone' }} | {{ $appointment->appointment_date ?? 'No Date' }} | @if ($appointment->status == 'scheduled')⏳ Pending | @else✅ Done | @endifEmail {{-- Edit --}} {{-- @method('DELETE') --}} Delete |