@extends('user.layout.report_layout') @section('report_body')
| তারিখ | ইনভয়েস | পেমেন্টের মাধ্যম | মারফত | জমা | খরচ | মোট টাকা | ||
|---|---|---|---|---|---|---|---|---|
| সাবেক পাওনা : | {{number_format($total += $total_due),2}} | |||||||
| {{ $data['entry_date'] }} | @if($data['table'] == 1){{ $data['id'] }} | @else{{ $data['id'] }} | @endif{{ $data['payment'] }} | {{ $data['marfot'] }} | {{ $data['joma'] }} | {{ $data['khoroc'] }} | @if($data['table'] != 1){{ number_format($total -= round($data['joma'], 2), 2) }} | @else{{ number_format($total += round($data['khoroc'], 2), 2) }} | @endif
| মোট | {{number_format($total_joma,2)}} | {{number_format($total_khoroc,2)}} | ||||||