|
{{$companyinfo->title}}Address:{{$companyinfo->address}} Phone:{{$companyinfo->phone}} Email:{{$companyinfo->email}} URL:{{$companyinfo->web}} |
Voucher #: {{$journalVoucher->voucher_date}} Voucher Date: {{$journalVoucher->voucher_number}} |
# | Account | Description | Credit | Debit |
---|---|---|---|---|
{{$i}} | @if(!empty($accounts)) @foreach($accounts as $account) {{(isset($journalVoucher)) ? ($account->id == $invoiceItem['general_ledger_account_id']) ? $account->name : '' : ''}} @endforeach @endif | {{(isset($journalVoucher)) ? $invoiceItem['note'] : ''}} | {{(isset($journalVoucher)) ? $invoiceItem['credit'] : ''}} | {{(isset($journalVoucher)) ? $invoiceItem['debit'] : ''}} |