@extends('layouts.adminapp') @section('content') {{-- Edit Fund List --}}
@csrf @method('patch')

{{__('lng.EditProgram')}}

@error('title')
{{ $message }}
@enderror
@error('receipt_voucher_type_id')
{{ $message }}
@enderror
@error('payment_voucher_type_id')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
is_active) checked @endif>
on_accounts) checked @endif>
PaymentVoucher->vouchernumber=='Automatic') checked @endif>
PaymentVoucher->vouchernumber=='Manual') checked @endif>
@endsection