@extends('layouts.adminapp') @section('title') {{ __('lng.StudentReport') }} - {{ __('lng.PayHistoryReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_student_report', 'open') @section('active_student_report', 'active') @section('active_student_report_index', 'active') @section('content')
{{ $Student->place }} {{ $Student->mobile }} {{ $Student->Class->title ?? __('lng.PassOut') }}
{{ __('lng.BalanceAmount') }}
@currency($Balance)
@else{{ __('lng.AdvanceAmount') }}
@currency(abs($Balance))
@endif{{ __('lng.BatchYear') }}
{{ $Student->batch_year }}
{{__('lng.SiNo')}} | {{__('lng.Date')}} | {{__('lng.BatchYear')}} | {{__('lng.Amount')}} | {{__('lng.Head')}} |
---|---|---|---|---|
{{++$i}} | {{$date}} | {{$Student->batch_year}} | @currency($PayFee->amount) | {{$PayFee->payhead->title}} |