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