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

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

@csrf
{{ __('lng.CreateFundList') }}
@if ($ProgramID) @endif
@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
@endsection