@extends('layouts.main') @section('title') Slider: Edit @endsection @section('content')
@csrf @method('PUT') @include('slider.partials.form')
 Cancel
@endsection