@extends('layouts.app') @section('content')

{{__('texte.sliders_arr.edit.change_slider')}}

{{ csrf_field() }} @permission('slider-form-image-read')
@if(isset($slider->image)) @endif
image) ? "hidden" : ""}}>
image
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endpermission @permission('slider-form-image-read')
@if(isset($slider->background)) @endif
background) ? "hidden" : ""}}>
background
@if ($errors->has('background')) {{ $errors->first('background') }} @endif
@endpermission @permission('slider-form-url-read')
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@endpermission @permission('slider-form-target-read')
@if ($errors->has('target')) {{ $errors->first('target') }} @endif
@endpermission @permission('slider-form-active-read')
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endpermission @permission('slider-form-text-read')
@if ($errors->has('text_1')) {{ $errors->first('text_1') }} @endif
@endpermission @permission('slider-form-text_color-read')
@if ($errors->has('text_1_color')) {{ $errors->first('text_1_color') }} @endif
@endpermission @permission('slider-form-text-read')
@if ($errors->has('text_2')) {{ $errors->first('text_2') }} @endif
@endpermission @permission('slider-form-text_color-read')
@if ($errors->has('text_2_color')) {{ $errors->first('text_2_color') }} @endif
@endpermission @permission('slider-form-text_background-read')
@if ($errors->has('text_2_background')) {{ $errors->first('text_2_background') }} @endif
@endpermission @permission('slider-form-text-read')
@if ($errors->has('text_3')) {{ $errors->first('text_3') }} @endif
@endpermission @permission('slider-form-text_color-read')
@if ($errors->has('text_3_color')) {{ $errors->first('text_3_color') }} @endif
@endpermission @permission('slider-form-text-read')
@if ($errors->has('text_4')) {{ $errors->first('text_4') }} @endif
@endpermission @permission('slider-form-text_color-read')
@if ($errors->has('text_4_color')) {{ $errors->first('text_4_color') }} @endif
@endpermission @permission('slider-form-text_background-read')
@if ($errors->has('text_4_background')) {{ $errors->first('text_4_background') }} @endif
@endpermission
@endsection