@extends('layouts.adminapp') @section('title') {{ __('lng.VehicleFeeVoucher') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_voucher', 'open') @section('active_voucher', 'active') @section('vehicle_fee_voucher', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.StudentName') }} | {{ __('lng.Class') }} | {{ __('lng.Invoice') }} | {{ __('lng.Date') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $VehiclePayFee->Student->name ?? '' }} | {{ $VehiclePayFee->Student->Class->title ?? '' }} | {{ $VehiclePayFee->invoicenumber }} | {{ $DTs }} | {{ $VehiclePayFee->payhead->title ?? '' }} | @currency($VehiclePayFee->amount ?? '0') |
{{ __('lng.Total') }} | @currency($Total) |