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