@if(session('success'))
{{session('success')}}

@endif @if(session('error'))
{{session('error')}}

@endif
@if ($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if ($errors->has('title')) @endif
@if ($errors->has('title2')) @endif
@if ($errors->has('title3')) @endif
@if ($errors->has('title4')) @endif
@if(isset($slider->image) && $slider->image != '')


@endif
@if ($errors->has('color')) {{ $errors->first('color') }} @endif
{{--
@if ($errors->has('date')) @endif
@if ($errors->has('url')) @endif
@if ($errors->has('target')) {{ $errors->first('target') }} @endif
--}}
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{ csrf_field() }} @if(isset($slider)) {{ method_field('PATCH') }} @endif