@extends('layouts.app') @section('content')
{{__('texte.sliders_arr.create.add_slider')}}
{{__('texte.sliders_arr.create.back')}}
{{ csrf_field() }} @permission('slider-form-image-read')
{{__('texte.sliders_arr.create.photo')}}
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@endpermission @permission('slider-form-image-read')
{{__('texte.sliders_arr.create.background')}}
@if ($errors->has('background'))
{{ $errors->first('background') }}
@endif
@endpermission @permission('slider-form-url-read')
{{__('texte.sliders_arr.create.link')}}
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif
@endpermission @permission('slider-form-target-read')
{{__('texte.sliders_arr.create.opening')}}:
{{__('texte.sliders_arr.create.same_window')}}
{{__('texte.sliders_arr.create.new_window')}}
@if ($errors->has('target'))
{{ $errors->first('target') }}
@endif
@endpermission @permission('slider-form-text-read')
{{__('texte.sliders_arr.create.text1')}}
@if ($errors->has('text_1'))
{{ $errors->first('text_1') }}
@endif
@endpermission @permission('slider-form-text_color-read')
{{__('texte.sliders_arr.create.text_color1')}}
@if ($errors->has('text_1_color'))
{{ $errors->first('text_1_color') }}
@endif
@endpermission @permission('slider-form-text-read')
{{__('texte.sliders_arr.create.text2')}}
@if ($errors->has('text_2'))
{{ $errors->first('text_2') }}
@endif
@endpermission @permission('slider-form-text_color-read')
{{__('texte.sliders_arr.create.text_color2')}}
@if ($errors->has('text_2_color'))
{{ $errors->first('text_2_color') }}
@endif
@endpermission @permission('slider-form-text_background-read')
{{__('texte.sliders_arr.create.text_backgorund2')}}
@if ($errors->has('text_2_background'))
{{ $errors->first('text_2_background') }}
@endif
@endpermission @permission('slider-form-text-read')
{{__('texte.sliders_arr.create.text3')}}
@if ($errors->has('text_3'))
{{ $errors->first('text_3') }}
@endif
@endpermission @permission('slider-form-text_color-read')
{{__('texte.sliders_arr.create.text_color3')}}
@if ($errors->has('text_3_color'))
{{ $errors->first('text_3_color') }}
@endif
@endpermission @permission('slider-form-text-read')
{{__('texte.sliders_arr.create.text4')}}
@if ($errors->has('text_4'))
{{ $errors->first('text_4') }}
@endif
@endpermission @permission('slider-form-text_color-read')
{{__('texte.sliders_arr.create.text_color4')}}
@if ($errors->has('text_4_color'))
{{ $errors->first('text_4_color') }}
@endif
@endpermission @permission('slider-form-text_background-read')
{{__('texte.sliders_arr.create.text_background4')}}
@if ($errors->has('text_4_background'))
{{ $errors->first('text_4_background') }}
@endif
@endpermission
{{__('texte.sliders_arr.create.add')}}
@endsection