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

{{$Student->name}}'s Fund Details

{{-- --}} @php $si = 0; @endphp @forelse ($Student->StudentFunds as $StudentFund) {{-- --}} @empty @endforelse
Si NoAdmission No NameDate 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 Results Found!
Total: {{ $TotalDeposit }} {{ $TotalWithdraw }}
Grand Total: {{ $TotalAmount }} {{ $Journal }}
@csrf
@endsection