@extends('layouts.pdf') @section('title') {{ $extra['bill_name'] }} @endsection @section('content')
@include('admin.partials.image-watermark') @include('admin.partials.payment-voucher-header', ['extra' => $extra])

Payment Voucher

Voucher No: {{ $pv->pv_no }}
Voucher Type: @if($pv->type == 'payroll') {{"Payroll"}} @else {{ $pv->type }}@endif
Project Name:{{ $pv->branch->name }}
Mode of Payment: {{ $pv->mode_of_payment }}
Date:{{ date(config('settings.date_format'), strtotime($pv->voucher_date)) }}
Location:{{ $pv->branch->location }}
(CR) Details
S. No. Head Of Accounts Particulars Amount
1 {{ $cr_head_name }} {{ $pv->particulars }} {{ $pv->amount }}
Total {{ $pv->amount }} {{$transaction->systemSettingCurrency()}}
(DR) Details
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')