@extends('layouts.admin-apoteker') @section('title', 'Edit Slide') @section('content')

✏️ Edit Landing Slide

@if ($errors->any())
Terjadi kesalahan:
@endif
@csrf @method('PUT')
{{-- Gambar --}}

Jenis: .jpg/.jpeg/.png | Maks: 5 MB

@error('image_path')

{{ $message }}

@enderror
{{-- Video Lokal --}}

Jenis: .mp4 | Maks: 10 MB

@error('video_path')

{{ $message }}

@enderror
{{-- Link Embed YouTube (opsional) --}}

Contoh: https://www.youtube.com/embed/VIDEO_ID

@if (str_contains($slide->video_path, 'youtube'))
@endif
{{-- Status Aktif --}}
aktif) ? 'checked' : '' }} class="rounded border-gray-300 text-blue-600 shadow-sm focus:ring-blue-500">
❌ Batal
@endsection