@extends('templates/report') @section('reportTitle') Billing Voucher @endsection @section('reportHeader')

BILLING VOUCHER

No: {{$transaction_no}}

Client : {{ $customer->name }} Date: {{$billingDateDetails}}
Address : {{ $customer->billingDetails['address'] }} Billing No. : {{$billing_no}}
Remarks : {{ $particulars }} | Terms: {{ $terms }} days
@endsection @section('content') @if(isset($entries)) @foreach($entries as $entry) @foreach($entry as $value) @endforeach @endforeach @endif
PARTICULARS DEBIT CREDIT
@if($value['normal_balance'] === 'Cr')

[{{$value['acc_code']}}] {{$value['acc_name']}}
{{$value['sub_name']}}

@else [{{$value['acc_code']}}] {{$value['acc_name']}}
{{$value['sub_name']}} @endif
{{$value['debit']}} {{$value['credit']}}

Prepared By

Checked By

Approved By
By: TAKAAKI OZEKI / NAOYA OHE
Authorized Signature
@endsection