@php $title = $domain->title; $description = $domain->context; @endphp

{{ $domain->title }}

{{ $domain->context }}

@if($domain->bilan)

Bilan documenté

{{ $domain->bilan }}

@endif @if($domain->vision)

Vision portée

{{ $domain->vision }}

@endif
@forelse ($media as $item) @empty

Archives en cours de classement pour ce domaine.

@endforelse
@if($media->hasPages())
{{ $media->links() }}
@endif