@extends('layouts.adminapp') @section('title') {{ __('lng.Program') }} - {{ __('lng.Edit') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_program', 'active') @section('content')

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

@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