@extends('backend.layouts.pdf') @section('content')
Cinque Terre

Summary Of Credit

Accounts

A/C:{{ App\Model\Account\Department::find($department_id)->name }}


Date form: {{ date('d/m/Y',strtotime($request->date_from_2)) }} to: {{ date('d/m/Y',strtotime($request->date_to_2)) }}

@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
SL Date Voucher No Income source Amount-BDT Remarks
{{ ++$sl }} {{ date('d-m-Y',strtotime($m->date)) }} {{ $m->voucher_no }} {{ $m->income_source->name }} {{ $m->amount }} {{ $m->remarks }}
Total: {{ $total }}
@include('backend.account.pdf.signature') @endsection