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