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

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