@extends('backend.layouts.app') @section('content') @include('backend.account.headerMenu')
Summary of Credit

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

Total: {{ $total }}

@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 }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection