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

Set Late Payment Charges

Other Payments Document Fees Late Enrollment Late Payment

New Late Payment Charge

{{csrf_field()}}

**Record with same academic type and plan will be updated.

 

List of Late Payment Charges

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