@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-read'))
Actions | DATE & TIME | INVOICE NO | SUBTOTAL AMT | DISC AMT | NET AMT | Patient ID | Session Details | Patient Name | Phone No |
---|---|---|---|---|---|---|---|---|---|
@if($tabledata['status']=='0') Cancelled @else @if($tabledata->getPatientAppointment->getLabBillInfo) Print Cancel @else Cancelled {{-- Generate--}} @endif @endif {{-- --}} {{----}} {{-- --}} | {{\Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y h:i A')}} | {{$tabledata['invoice_no']}} | {{$tabledata['subtotal_amount']}} | {{$tabledata['discount_amount']}} | {{$tabledata['total_net_amount']}} | {{$tabledata['getPatientInfo']['patient_id']}} | {{$tabledata->getPatientAppointment->getSession->session_name}}
{{\Carbon\Carbon::parse($tabledata->getPatientAppointment->getSession->session_date)->format('d-M-Y')}} ( {{\Carbon\Carbon::parse($tabledata->getPatientAppointment->getSession->session_start_time)->format('H:i A')}} - {{\Carbon\Carbon::parse($tabledata->getPatientAppointment->getSession->session_end_time)->format('H:i A')}} ) |
{{$tabledata->getPatientAppointment->patient_name}} | {{$tabledata->getPatientAppointment->phone_no}} |
No Data Available |