@extends('layouts.accountingapp') @section('css') @stop @section('content')
Notice: Undefined variable: payees in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\edit_disbursement.blade.php on line 10

Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\edit_disbursement.blade.php on line 10

Edit Check Disbursement

VOUCHER NO:  {{str_pad($disbursement->voucher_no,5,"0",STR_PAD_LEFT)}}
{{csrf_field()}}
@foreach($entries as $accounting)
Notice: Undefined variable: accounting in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\edit_disbursement.blade.php on line 97

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\edit_disbursement.blade.php on line 97

Notice: Undefined variable: accounting in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\edit_disbursement.blade.php on line 98

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\disbursement\edit_disbursement.blade.php on line 98
@endforeach
  Amount
Account No. Account Title Subsidiary Debit Credit Remove
{{$accounting->accounting_code}} {{$accounting->category}} {{$accounting->particular}} @if($accounting->debit != 0){{number_format($accounting->debit,2)}} @endif @if($accounting->credit != 0){{number_format($accounting->credit,2)}} @endif Remove

Check Details


@stop