@extends('layouts.adminapp') @section('content') {{-- Student Fund --}}
| Si No | Admission No | Name | Date | Donation | Withdraw | Narration |
|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $StudentFund->Student->admission_no ?? '' }} | {{ $StudentFund->Student->name ?? '' }} | @if ($StudentFund->date) {{ date('d-m-Y', strtotime($StudentFund->date)) }} @endif | {{ $StudentFund->inAmount }} | {{ $StudentFund->outAmount }} | {{ $StudentFund->narration }} |
| No Match Found! | ||||||
| Total: | {{ $TotalDeposit }} | {{ $TotalWithdraw }} | ||||
| Grand Total: | {{ $TotalAmount }} {{ $Journal }} | |||||