{{ translate('Add Photo Slider') }}
{!! Form::open(['method' => 'post', 'action' => 'Admin\PhotoSliderController@store', 'files' => true]) !!}
 }})
 }})
{!! Form::select('position', ['first' => translate('First'),'secound' => translate('Secound'),'third' => translate('Third')], null, ['data-placeholder' => translate('Postion'), 'class' => 'form-control select2']) !!}
@error('position')
{{ $message }}
@enderror
{!! Form::number('arrangment', 0, ['class' => 'form-control', 'placeholder' => translate('Arrangement')]) !!}
@error('arrangment')
{{ $message }}
@enderror
{!! Form::checkbox('active', null, 1, ['id' => 'active']) !!}