@extends('template.app') @section('title', 'Cash Receipt') @php use Carbon\Carbon; $date = Carbon::now()->format('d/m/Y'); @endphp @section('content')
| SHIVAM KIA |
|
Received With Thanks From: {{ $data->customer_name }} Mobile No.: {{ $data->contact_number ?? 'N/A' }} {{ $data->address ?? '' }} |
Branch: {{ strtoupper($data->branch_name) }} Receipt No.: {{ $receipt_no }} Receipt Type: {{ $receipt_type }} Receipt Date: {{ optional($cashReceipt->created_at)->format('d/m/Y') ?? $date }} |
|
Model: {{ $data->car_model_name ?? $data->product }} | {{ $data->car_varient_name }} Color: {{ $data->exteriorcolor_name ?? 'N/A' }} | {{ $data->interiorcolor_name ?? 'N/A' }} KEC / Executive: {{ $data->sales_person_name }} Receipt Remark: {{ $cashReceipt->cash_remark ?? 'N/A' }} |
Payment Detail Payment Type: {{ $payment_method }} Hyp/H: {{ $data->finance_name ?? 'N/A' }} Transaction No: {{ $cashReceipt->transaction_no ?? 'N/A' }} |
| Rupees in words: {{ $amount_word }} ONLY | Rs. {{ number_format($cashReceipt->cash_receipt_amount, 2) }}/- |
| GST No.: 24ABACS4515J1ZH | {{ $data->branch_name }} |
|
Price prevailing at the time of delivery will be applicable. Rs. 500/- will be charged from customer as Cheque return charges. Rs. 500/- will be charged from the customer against booking cancellation. Consumer/Corporate offers are subject to change without prior notice. If payment by cheque, then payment is subject to realization. |
Authorized Signatory |
|
Customer Signature |