@extends('admin.layout.index') @section('title') {{ __('messages.slider') }} @endsection @section('css') @endsection @section('content')

{{ __('messages.updated-slider') }}

{{ __('messages.add-slider-desc') }}
@if (!empty($slider->cover) && file_exists(public_path() . '/upload/image/' . $slider->cover)) @if ($slider->type == 'image') @else @endif @else @endif
@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('link_to')) {{ $errors->first('link_to') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('button_ar')) {{ $errors->first('button_ar') }} @endif
@if ($errors->has('desc_ar')) {{ $errors->first('desc_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('button_en')) {{ $errors->first('button_en') }} @endif
@if ($errors->has('desc_en')) {{ $errors->first('desc_en') }} @endif
@endsection @section('js') @endsection