@extends('layouts.public-layout') @section("title", "Médiathèque - Mission Mondiale de la Parole de Vie - Les Rachetés de l'Eternel") @section('content')

Médiathèque

Accédez à notre collection de vidéos, audios et images pour nourrir votre foi

@if($categories->count() > 0)

Filtrer par catégorie

@if($selectedCategory)

{{ $selectedCategory->name }}

@if($selectedCategory->description)

{{ $selectedCategory->description }}

@endif
@endif
@endif
@if($images->count() > 0)
@foreach($images as $image) @php $imageGallery = $image->images ?? []; $mainImage = !empty($imageGallery) ? $imageGallery[0] : ($image->file_path ?: $image->thumbnail); $hasGallery = !empty($imageGallery) && count($imageGallery) > 1; @endphp
@if($mainImage) {{ $image->title }} @else
@endif @if($hasGallery)
{{ count($imageGallery) }} photos
@else
Image
@endif @if($hasGallery)
@foreach(array_slice($imageGallery, 0, 4) as $index => $thumbUrl)
@endforeach @if(count($imageGallery) > 4)
+{{ count($imageGallery) - 4 }}
@endif
@endif

{{ $image->title }}

@if($image->description)

{{ $image->description }}

@endif
{{ \Carbon\Carbon::parse($image->created_at)->format('d M Y') }} @if($mainImage) @endif
@endforeach
@else

Aucune image disponible

Nous n'avons pas encore d'images dans notre collection. Revenez bientôt !

@endif
@endsection @push('scripts') @endpush