@extends('layout.v3.session') @section('content')

{{ __('firefly.mandatoryFields') }}

{!! ExpandedForm::text('name') !!}
{{-- panel for auto-budget --}}

{{ __('firefly.optionalFields') }}

{!! ExpandedForm::select('auto_budget_type', $autoBudgetTypes,null, ['helpText' => trans('firefly.auto_budget_help')]) !!} {!! CurrencyForm::currencyList('auto_budget_currency_id') !!} {!! ExpandedForm::amountNoCurrency('auto_budget_amount') !!} {!! ExpandedForm::select('auto_budget_period', $autoBudgetPeriods, null) !!} {!! ExpandedForm::file('attachments[]', ['multiple' => 'multiple','helpText' => trans('firefly.upload_max_file_size', ['size' => print_nice_filesize($uploadSize)])]) !!}
{{-- panel for options --}}

{{ __('firefly.options') }}

{!! ExpandedForm::optionsList('create','budget') !!}
@endsection @section('scripts') @vite(['js/pages/generic.js']) @endsection