@extends('frontend.mediknode.layout.mainlayout') @section('content') @component('frontend.mediknode.components.breadcrumb') @slot('title') Replay 12CIGOB 2026 @endslot @slot('li_1') Replay 12CIGOB 2026 @endslot @endcomponent
@component('frontend.mediknode.components.nav') @endcomponent

Replay 12CIGOB 2026

{{-- Zone de lecture (player injecté dynamiquement) --}} @if ($videos->isEmpty())
Aucun replay disponible pour le moment.
@else
@foreach ($videos as $video)
{{ $video->title }}
@if ($video->description)

{{ $video->description }}

@endif
@endforeach
@endif
@component('frontend.mediknode.components.scrolltotop') @endcomponent @endsection @section('scripts') @parent @endsection