{{-- Office Copy --}} @php $types =['Office Copy','A /C Copy','Client Copy']; $show_branch_logo = 1; $signature= 'SPE ENTERPRISES'; if(!$extra['is_official']){ $show_branch_logo = 0; $signature= 'AUTHORIZED SIGNATURE'; } @endphp
@foreach ($types as $type )
{{-- {{ $type }} --}}  
S.No. _________________ Date : _________________
{{ $receipt->receipt_no }}
{{ $transaction->date_format($receipt->date_of_collection_new) }}
Receieved with thanks from Mr./Mrs./Miss ______________________________________________________________________
{{ $receipt->sells->customer->name }}
S/o. W/o. D/o. ____________________________________________________________________________________________
{{ $receipt->sells->nominees->implode('name',' , ') }}
the sum of Rupees ________________________________________________________________________________________
{{ $transaction->convert_money_format($receipt->actual_amount) }}
By Cash/Pay Order/Cheque _________________________________________________________________________________
{{ $receipt->made_of_payment }}
Drawn on Bank ________________________ Branch ________________________ on Account of ________________________
{{ $receipt->drawn_bank }}
{{ $receipt->sells->branch->name }}
Flat/Showroom No. Floor: {{__('lang.type')}}: Block:
{{ $receipt->sells->product->product_unique_id }}
{{ $receipt->sells->product->floor->name ?? '-' }}
{{ $receipt->sells->product->category->name ?? '-' }}
{{ $receipt->sells->product->block->name ?? '-' }}
Rs.
{{ $transaction->convert_money_format($receipt->actual_amount) }}
{{--

--}}
(This Receipt is valid subject to realization of cheque) {{-- For _____________________________ --}}
{{-- {{ $signature }} --}}
@endforeach