@extends('layouts.layout')
@section('content')
@if ($patientDetail->status == 1) @lang('Active') @elseif($patientDetail->status == 2) @lang('Waitlist') @elseif($patientDetail->status == 3) @lang('Discharged') @else @lang('Inactive') @endif
{{ ucfirst($patientDetail->gender) }}
{{ $patientDetail->date_of_birth }}
{{ $patientDetail->blood_group }}
{{ $patientDetail->email }}
{{ $patientDetail->phone }}
{!! $patientDetail->address !!}
| # | Appointment Date | Time Range | Case/Non Case | Therapy | Appointment Type | Doctor | Status | Issue | Actions |
|---|
| # | Therapy | Start Date | End Date | Total Hours | Remaining Hours | Actions |
|---|
| # | Invoice Date | Case/Non Case | Amount Paid | Amount Due | Total | Actions |
|---|
| # | Document Name | Case/Non Case | Actions |
|---|