@extends('layouts.adminapp') @section('content') {{-- Student Fund --}}

Student Fund Report

{{-- --}}
{{--
--}}
@error('batch_id') {{ $message }} @enderror
@error('batch_id') {{ $message }} @enderror
@php $si = 0; @endphp @forelse ($StudentFunds as $StudentFund) @empty @endforelse
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 }}
@csrf {{-- --}}
@endsection