Edit Slider

@include('layouts.admin.alerts')
@csrf

Position *

has('position') ? 'autofocus' : 'null' }} onKeyUp="$(this).val($(this).val().replace(/[^\d]/ig, ''))" > {{ $errors->first('position') }}
{{ $errors->first('image') }}

Upload Slider Image * : ( Standard image resolution to be used : approx 1920x750 )

has('image') ? ' has-error' : '' }} accept="image/*">

@endsection