@extends('layouts.adminlayouts.app') @section('title') Admin Users | Company Name @endsection @push('css') @endpush @section('contents') @include('alerts.alerts')
Edit Slider
@csrf
@if($slider->image_name==null) No Image @else @endif
@if ($errors->has('title'))

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

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

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

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

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

@endif
@endsection @push('js') @endpush