@extends('layouts.app')
@section('content')
{{ html()->modelForm($slider, 'PUT')->route('slider.update', $slider->id)->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('ccms::slider.partials._form')
{{ html()->form()->close() }}
@endsection