@extends('layouts.pdf') @section('title') {{ $extra['bill_name'] }} @endsection @section('content')
|
|
S. No. | Head Of Accounts | Particulars | Amount |
---|---|---|---|
1 | {{ $cr_head_name }} | {{ $pv->particulars }} | {{ $pv->amount }} |
Total | {{ $pv->amount }} {{$transaction->systemSettingCurrency()}} |
S. No. | Head Of Accounts | Payee Name | Payment Mode | Amount |
---|---|---|---|---|
1 | {{ $dr_head_name }} | {{ $pv->payee_name ?? '-' }} | {{ $pv->mode_of_payment ?? '-'}} | {{ $pv->amount }} |
Total | {{ $pv->amount }} {{$transaction->systemSettingCurrency()}} |
Amount {{$transaction->systemSettingCurrency()}}: | {{ $pv->amount }} {{$transaction->systemSettingCurrency()}} |
Amount In Words : | {{ $transaction->convert_number_to_words($pv->amount) }} {!! config('settings.currency_code') !!} only |
Issued By : | {{ $pv->created_by ?? '-' }} |
- - - - - - - - - - - - - - Issued By |
- - - - - - - - - - - - - - Checked By |
- - - - - - - - - - - - - - Approved By |
- - - - - - - - - - - - - - Treasury Officer |
- - - - - - - - - - - - - - Received @yield('name') |