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

Slider Add New Slider

@include('dashboard.layouts.messages')
@csrf @method('PUT')

Add Slide Info

@if($slider->parent_slider_id)

Enter Url of Slide If Exist

@endif

Enter Title of Slide

@if($slider->parent_slider_id)

Enter Description of Slide

Enter Text on button

Upload Slide Image Recommended High Resolution Image

Enter Alt Text for Image to show it if image isn't loaded , The Alt Text will not change unless an image is uploaded

@endif

أضف بيانات الصورة

أضف عنوان الصورة

@if($slider->parent_slider_id)

ادخل وصف الصورة

ادخل النص المراد وضعه على الزر مثال : شاهد المزيد

@endif
@endsection