{{ __('Edit Slide') }}

@if ($slide->picture())
{{ $slide->name }}
@endif
@csrf @method('PUT')

{{ __('Slides are shown from lowest to highest order.') }}

{{ __('Leave empty to keep the current picture.') }}

active) ? 'checked' : '' }} class="rounded border-gray-300 text-gray-800 shadow-sm focus:ring-gray-800">
{{ __('Save') }} {{ __('Cancel') }}