Edit Slider

@csrf
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('status'))

{{ $errors->first('status') }}

@endif
@if($errors->has('file'))

{{ $errors->first('file') }}

@endif
@if($slider->file) {{ $slider->file }} @endif
@include('admin.layouts.footer')