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

Set Other Payment

{{csrf_field()}}

List of Other Payments

@if(count($getparticulars)>0) @foreach($getparticulars as $getparticular) @endforeach @endif
Particular Accounting Code Accounting Name Remove
{{++$x}} {{$getparticular->subsidiary}} {{$getparticular->accounting_code}} {{$getparticular->accounting_name}} Remove
@stop @section('script') @stop