@extends('layouts.admin-apoteker') @section('title', 'Highlight Slider') @section('content')

📌 Highlight Slider

+ Tambah Slider
@if(session('success'))
{{ session('success') }}
@endif
@foreach ($highlights as $item) @php $mediaPath = asset('storage/' . $item->gambar); $ext = strtolower(pathinfo($mediaPath, PATHINFO_EXTENSION)); $isVideo = in_array($ext, ['mp4', 'webm', 'mov', 'avi']); @endphp
@if ($item->gambar)
@if ($isVideo) @else @endif @if ($item->ikon) @endif
@endif

{{ $item->judul }}

{{ $item->deskripsi }}

@csrf @method('PATCH')
Edit
@csrf @method('DELETE')
@endforeach
@endsection @push('scripts') @endpush