@extends('layouts.adminapp')
@section('content')
{{-- Subscription Payment Report --}}
{{__('lng.SiNo')}} | {{__('lng.StudentName')}} | {{__('lng.Class')}} | {{ __('lng.Invoice') }} | {{ __('lng.Date') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $PayFeePagination->Student->name ?? '' }} | {{ $PayFeePagination->Student->Class->title ?? '' }} | {{ $PayFeePagination->invoicenumber }} | {{ $DTs }} | {{ $PayFeePagination->payhead->title ?? '' }} | @currency($PayFeePagination->amount ?? '0') |
{{__('lng.TotalAmount')}} | @currency($Total) |