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

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

@csrf @method('patch')
{{__('lng.EditFundList')}}
@error('title')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
@error('expire')
{{ $message }}
@enderror
@error('target_amount')
{{ $message }}
@enderror
@error('collection_amount')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
is_active) checked @endif>
on_accounts) checked @endif>
VoucherType->vouchernumber == 'Automatic') checked @endif>
VoucherType->vouchernumber == 'Manual') checked @endif>
@endsection