@extends('layouts.dashboard') @section('title', 'Edit Slider') @section('header', 'Edit Slider') @section('sidebar') @include('super-admin.partials.sidebar') @endsection @section('content')
@if($errors->any())

Please fix the following:

@endif
@csrf @method('PUT')
{{ $slider->title }}
Cancel
@endsection