@include('admin.partials.image-watermark')
@include('admin.partials.branch-watermark')
@include('admin.partials.receipt-header', ['extra' => $extra])
Receipt
Sale Date
: |
{{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $items['sell']->sale_date_v2)))) }} |
Receipt Date
: |
{{ Carbon\Carbon::parse($items['item']->created_at)->format('d-M-Y') ?? '-' }} |
@php
$name = '';
foreach ($customerDetails as $key => $c_detail )
{
$name.="/ ".$c_detail->name;
}
@endphp
Customer : |
{{ $items['sell']->customer->name }} {{ !empty($name) ? $name : '' }} |
Project : |
{{ $items['sell']->branch->name }} |
@if ($data['branch']['show_branch_logo'] == 1)
Voucher No.: |
{{ $items['item']->receipt_no }} |
@endif
Registration No.
:
|
{{ $items['sell']->registration_no }} |
Unit No.
:
|
{{ strtoupper($items['sell']->product_id) }} |
@if(!$extra['logoSetting'])
Voucher No. |
: {{ $extra['document_no'] }} |
@endif
OFFICE COPY
@php
$totalPaymentAmount = 0;
$totalDocumentAmount = 0;
$pCounter = 1;
$dCounter = 1;
$total_received = 0;
$total_balance = 0;
@endphp
Payment Details
S. No. |
Payment |
Schedule Date |
Payable Amount ( |