{{$companyinfo->title}}

Address:{{$companyinfo->address}}

Phone:{{$companyinfo->phone}}

Email:{{$companyinfo->email}}

URL:{{$companyinfo->web}}


@if($data['customer'] != '')

Customer Name: {{$data['customer']->name}}

Customer Address: {{$data['customer']->address}}

Customer Contact #: {{$data['customer']->phone}}

@endif @if($data['vendor'] != '')

Vendor Name: {{$data['vendor']->name}}

Vendor Address: {{$data['vendor']->address}}

Vendor Contact #: {{$data['vendor']->phone}}

@endif
@if($data['vendor'] != '')

{{$data['vendor']->name}} - Vendor Ledger

@endif @if($data['customer'] != '')

{{$data['customer']->name}} - Customer Ledger

@endif @if(!empty($data['transactions'])) @php $i=1; @endphp @foreach($data['transactions'] as $transaction) @php $i++; @endphp @endforeach @endif
# Voucher Date Voucher Number Note debit credit Balance
Beginning Balance {{$data['beginningBalance']}} {{$data['journal_entry_rule']}}
{{$i}} {{$transaction->voucher_date}} {{$transaction->voucher_number}} {{$transaction->note}} {{$transaction->debit}} {{$transaction->credit}} {{$transaction->closingBalance}}
Ending Balance {{$data['endingBalance']}} {{$data['journal_entry_rule']}}

Thank You for Your business!

Print Date: @php echo date('Y-m-d'); @endphp

Prepared by:admin