{{--
Newspaper Department
--}}
List Expense (खर्चाची यादी)
 

@foreach ( $expandatures as $expandature ) @endforeach
अ.क्र. दिनांक युनिक क्र बिल क्र वर्तमानपत्र नाव देयाकावारची रक्कम शिल्लक
{{ $loop->iteration }} {{ date('d-m-Y h:iA', strtotime($expandature->created_at)) }} {{ $expandature->unique_no }} {{ $expandature?->billing?->bill_number }} {{ $expandature?->newsPaper?->name }} {{ round($expandature->invoice_amount, 2) }} {{ round($expandature->balance, 2) }}
@push('scripts') @endpush