@extends('layouts.studentapp') @section('content')
Date Range: {{ date('d-m-Y', strtotime($FromDate)) }} to {{ date('d-m-Y', strtotime($ToDate)) }}
@endif --}} {{--{{ $Student->name ?? '' }}
--}}| {{$Student->name}} | Admission No. {{$Student->admission_no}} |
| Batch: {{$CompletedBatchCourse->batchcourse->course->title}} [{{$CompletedBatchCourse->batchcourse->batch->title}}] |
Cousre: {{$CompletedBatchCourse->courseperiod->title}} Report Type: Individual Report |
| {{ __('lng.SiNo') }} | {{--{{ __('lng.AdmissionNo') }} | {{ __('lng.Name') }} | --}}{{ __('lng.Date') }} | Donation | Withdraw | {{ __('lng.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 }} |
| Total: | {{ $TotalDeposit }} | {{ $TotalWithdraw }} | ||||
| Grand Total: | {{ $TotalAmount }} {{ $Journal }} | |||||