@csrf @if(isset($expense)) @method('PUT') @endif @php $selectedProjectValue = old('project_id', $expense->project_id ?? $selectedProjectId ?? null); $selectedStageValue = old('stage_id', $expense->stage_id ?? $selectedStageId ?? null); @endphp
{{ __('admin.expenses.sections.context_hint') }}
{{ __('admin.expenses.sections.financial_hint') }}
{{ __('admin.expenses.sections.supporting_data_hint') }}