@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
{{-- @include('PrintHeader.header') --}}
@include('PrintHeader.CompanyDetails2')
{{ __('lng.FeeReciept') }}
@currency($PayFee->amount)
{{ __('lng.Completed') }} . {{ $D }} {{ $M }} {{ $Y }}
{{ __('lng.StudentFeeDetails') }}
{{ __('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 }}