@extends('admin.layouts.layout') @push('page_style') @endpush @section('content')
| Appointment ID | Created By | Date & Time | Location | Status | Is Payment Done? | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $row->appointment_id }} | {{ $row->created_by_full_name }} | {{ \App\Helpers\Helper::showdate($datetime, true) }} | {{ $location }} | {{ $statusLabel }} | {{ $row->is_payment_done == 1 ? 'Done' : 'Not Done'}} |
@if($row->status == 3 && isset($row->templates_count) && $row->templates_count > 0)
@endif
@if($canModify)
@if(!$row->is_cancelled && !$row->is_report_submitted)
|
|
|
No schedules found.
|
|||||||