@extends('backend.layouts.app') @section('content')
Income Statement
INCOME & EXPENDITURE
Swimming Pool

Credit

@if(sizeof($creditDetails) > 0) @foreach($creditDetails as $m) @endforeach @endif
Sl Description BDT
{{ ++$slCr }} {{ $m->income_source_name }} {{ $m->amount }}
Total Receipts: {{ $sumTotalCredit }}

Debit

@if(sizeof($debitDetails) > 0) @foreach($debitDetails as $m) @endforeach @endif
Sl Description BDT
{{ ++$slDr }} {{ $m->expenditure }} {{ $m->amount }}
Total: {{ $sumTotalDebit }}

Balance: {{ $sumTotalCredit - $sumTotalDebit }}

@endsection @section('modal_content') @endsection @section('page_script')> @endsection