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

Set Document Fees

Other Payments Document Fees Late Enrollment Late Payment

New Document Fee

{{csrf_field()}}
 

List of Document Fees

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