{{ __('messages.document.new_document') }}

{{ Form::open(['id'=>'addNewForm']) }}
{{ Form::label('name', __('messages.document.document_type').(':'), ['class' => 'form-label required fs-6 fw-bolder text-gray-700 mb-3']) }} {{ Form::text('name', null, ['class' => 'form-control form-control-solid','required']) }}
{{ Form::button(__('messages.common.save'), ['type' => 'submit','class' => 'btn btn-primary me-2','id' => 'btnSave','data-loading-text' => " Processing..."]) }}
{{ Form::close() }}