@php $receipt = $data['item']; $office = request()->get('office') ?? 0; $client = request()->get('client') ?? 0; $types = []; if ($office) { $types[] = 'Office Copy'; } if ($client) { $types[] = 'Client Copy'; } $receipt_copy = intval($office) + intval($client); @endphp @foreach ($types as $type)
|
|
Cheque Status: | {{ $payment_voucher->cheque_status }} |
Amount {{$transaction->systemSettingCurrency()}}: | {{ $transaction->convert_money_format($officeTotalAmount) }} |
Amount In Words : | {{ $transaction->convert_number_to_words($officeTotalAmount) }} {!! config('settings.currency_code') !!} only |
Issued By : | {{ App\Models\User::where(['email'=>$payment_voucher->created_by])->first()->name }} |
- - - - - - - - - - - - - - Issued By |
- - - - - - - - - - - - - - Checked By |
- - - - - - - - - - - - - - Approved By |
- - - - - - - - - - - - - - Received By |