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

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

Check Disbursement

CV NO: @if ($errors->has('voucher_no'))
{{ $errors->first('voucher_no') }}
@endif
@stop