@extends('layouts.adminapp') @section('title') {{ __('lng.Receipt') }} - {{ __('lng.VehiclePayFee') }} @endsection @section('active_student_vehicle', 'active') @section('open_student_vehicle', 'open') @section('active_vehicle_pay_fee', 'active') @section('content')

{{ __('lng.Receipt') }}

@php $Y = date('Y', strtotime($PayFee->date)); $M = date('F', strtotime($PayFee->date)); $D = date('d', strtotime($PayFee->date)); $get_amount = PBFunc::AmountInWords($PayFee->amount); @endphp
{{ __('lng.VehicleFeeReciept') }}

@currency($PayFee->amount)

{{ __('lng.Completed') }} . {{ $D }} {{ $M }} {{ $Y }}

{{ __('lng.StudentVehicleFeeDetails') }}
{{ __('lng.Invoiceno') }} .
#{{ $PayFee->invoicenumber }}
{{ __('lng.Name') }}
{{ $Student->name }}
{{ __('lng.Phone') }}
{{ $Student->mobile }}
{{ __('lng.Class') }}
{{ $Student->Class->title ?? '' }}
{{ __('lng.TotalAmountinwords') }}
{{ $get_amount }} Only
{{ __('lng.Head') }}
{{ $PayFee->payhead->title }}
@include('PrintHeader.CompanyDetails2')
@endsection