@extends('layouts.accountingapp') @section('css') @stop @section('content')

Set Late Enrollment Charges

Other Payments Document Fees Late Enrollment Late Payment

New Late Enrollment Charge

{{csrf_field()}}

 

**Record with same academic type will be updated.

 

List of Late Enrollment Charges

@if(count($getparticulars)>0) @foreach($getparticulars as $getparticular) @endforeach @endif
Accounting Code /
Accounting Name
Academic Type Subsidiary Amount Remove
{{++$x}} {{$getparticular->accounting_code}}
{{$getparticular->accounting_name}}
{{$getparticular->academic_type}} {{$getparticular->description}} {{number_format($getparticular->amount,2)}} Remove
@stop @section('script') @stop