@extends('admin.layouts.layout') @push('page_style') @endpush @section('content')
| Appointment ID | Tenant | Created By | Date & Time | Location | Status | Is Payment Done? | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $row->appointment_id }} | {{ $row->tenant->name ?? 'N/A' }} | {{ $row->created_by_full_name }} | {{ \App\Helpers\Helper::showdate($datetime, true) }} | {{ $location }} | {{ $statusLabel }} | {{ $row->is_payment_done == 1 ? 'Done' : 'Not Done'}} | ||
|
No schedules found.
|
||||||||