{{ trans('general.title.new', ['type' => trans_choice('general.chartsofaccount', 1)]) }}

{!! Form::open(['id' => 'form-account-create', 'role' => 'form']) !!}
{{ trans_choice('general.types', 1) }} *
Select Parent Account
{!! Form::text('number', null, array_merge(['class' => 'form-control'])) !!} {!! Form::label('number', trans('accounts.number') . '*', ['class' => 'form-label'],false) !!}
{{ Form::textareaGroup('description', trans('general.description')) }} {{ Form::radioGroup('enabled', trans('general.status')) }}
{!! Form::close() !!}
{!! Form::button('SAVE', ['type' => 'button', 'id' =>'button-account-create', 'class' => 'btn btn-primary waves-effect waves-light']) !!}