Name |
: |
@if(isset($data->customer))
{{$data->customer->name}}
@if (isset($data->customer->patientAnimal->species))
({{$data->customer->patientAnimal->species}})
@endif
(Reg- {{$data->customer->registrationNo}} )
@endif
|
@if(isset($data->qrCode))

@endif
|
Age |
: |
@if(isset($data->customer))
{{\Carbon\Carbon::parse($data->customer->dob)->diff(\Carbon\Carbon::now())->format('%yY %mM %dD')}}
Sex:
@if(isset($data->customer))
{{$data->customer->gender}}
@endif
@endif
|
Phone |
: |
@if(isset($data->customer))
{{$data->customer->mobileNo}}
@endif
|
Delivery Date |
: |
{{ now()->timezone('Asia/Dhaka')->format('d-M-Y') }}
|
@if(isset($data->customer->admission))
Cabin No |
: |
{{$data->customer->admission->bed->bedNo}}
|
@endif
@if(isset($data->customer->billToContact))
Bill to Contact |
: |
{{$data->customer->billToContact->name}}
( Reg-{{$data->customer->billToContact->billToRegistrationNo}} )
|
@endif