@include('admin.layout.header') @include('admin.layout.invoice-header')
Yellow Cloud
Generated on 4.6.2024
Tax Invoice, GST No 32AABCY5871H1Z7, SAC Code: 9993, Subject to Cochin jurisdiction.
Yellow Cloud Consultancy Services Private Limited
1st Floor, Eliza Home, Tripti Ln, near Malayala Manorama Junction and Metro Station, Kadavanthra, Kochi, Kerala,
Kochi, Kerala, India
+91 7736764888, customercare@yellowcloudonline.com
Licence #: U70200KL2022PTC077881
Patient Details
{{$data->user->First_Name}} {{$data->user->Last_Name}}
PID : {{$data->user->Patient_Identification_Number}}
{{$data->user->SMS}} , {{$data->user->Email}}
Invoice Details
{{date('d M Y, h:i A',strtotime($data->created_at))}}Date:
0{{$data->invoice_number}}Bill# :
Payment Status: {{$data->payment_status}}
@if($data->payment_id!='')
{{App\Models\PaymentDetails::where('id', $data->payment_id)->pluck('payment_id')->first()}}Payment Id:
@endif @php $GST_Amount = number_format($data->fee - ($data->fee / (1 + (18/100))),2); $Amount_Excluding_GST = number_format($data->fee - $GST_Amount,2); @endphp
Billed Items
Service Name Charge (INR) CGST 9% SGST 9% - 18.0% (INR) Amount (INR)
{{$data->therapist->providerCategory->name}} {{$Amount_Excluding_GST}} {{$GST_Amount}} {{$data->fee}}
Total Amount: INR {{$data->fee}}