@props([ 'eyebrow' => null, 'description' => null, 'actions' => null, 'agence' => false, ])
@if($eyebrow)
{{ $eyebrow }}
@endif

{{ $slot }}

@if($agence)
{{ config('cmu.agence.sigle') }}
@endif @if($description)

{{ $description }}

@endif
@if($actions)
{{ $actions }}
@endif