@php $isEdit = isset($slider); @endphp
@csrf @if($isEdit) @method('PUT') @endif

Slider Information

Basic information about the slider.

@if($isEdit && $slider->images->count() > 0)
@foreach($slider->images as $image)
{{ $slider->title }}
@csrf @method('PATCH')
@csrf @method('DELETE')
@endforeach
@endif
is_active ?? true) ? 'checked' : '' }} class="h-4 w-4 text-indigo-600 focus:ring-indigo-500 border-gray-300 rounded">

Show this slider on the website

Cancel
@push('styles') @endpush @push('scripts') @endpush