Ajouter du contenu visuel

@csrf
@foreach($photos as $photo)
@php $extension = strtolower(pathinfo($photo->filename, PATHINFO_EXTENSION)); $isVideo = in_array($extension, ['mp4', 'mov', 'webm']); @endphp @if($isVideo)
@else {{ $photo->title ?? 'Galerie IbizaNight' }} @endif
@if($photo->category === 'materiel') Matériel @else Galerie @endif

{{ $photo->title ?? 'Sans titre' }}

@csrf @method('DELETE')
@endforeach