@extends('admin.layouts.master') @section('title','Slider Page') @section('content')
@csrf @if ($history->id) @method('PUT') @endif

Form inputs

{{--
the order of date ring
--}} {{-- the order of date ring --}} {{--
--}} {{--
--}}






@endsection @section('js') @if(count($errors)) @include('admin.layouts.js.old') @endif @isset($slider) @include('admin.layouts.js.values', ['values' => $slider] ) @endisset @endsection