@extends('admin.layout.master') @section('title', 'اضافة اسليدر') @section('content')

اضافة اسليدر

إنشاء جديد

@csrf
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('image'))--}} {{-- {{ $errors->first('image') }}--}} {{-- @endif--}} {{--
--}}
@stop