{{__('messages.branding_slider.new_branding_slider')}}

{{ Form::open(['id' => 'addBrandingSliderNewForm', 'files' => true]) }}
{{ Form::label('title', __('messages.candidate_profile.title').':', ['class' => 'form-label']) }} {{ Form::text('title', null, ['class' => 'form-control', 'id' => 'title', 'required', 'placeholder' => __('messages.candidate_profile.title')]) }}
{{ Form::button(__('messages.common.save'), ['type' => 'submit','class' => 'btn btn-primary m-0','id' => 'brandingSliderSaveBtn','data-loading-text' => " ".__('messages.common.process')]) }}
{{ Form::close() }}