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

{{ $department->name }}

{{ $department->acc_name }}

{{ $department->acc_no }}

{{ $department->contact_person }}

@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
Sl Date Total Credit Total Debit Profil/Loss
Sl Date Total Credit Total Debit Profil/Loss
{{ ++$sl }} {{ $m['date'] }} {{ $m['total_credit'] }} {{ $m['total_debit'] }} {{ $m['pl'] }}
Total: {{ $sumTotalCredit }} {{ $sumTotalDebit }} {{ $sumTotalCredit - $sumTotalDebit }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection