@props([ 'title' => '', 'subtitle' => '', 'userName' => '', 'primaryAction' => null, 'secondaryAction' => null, 'backgroundPattern' => true ])
merge(['class' => 'welcome-hero position-relative overflow-hidden rounded-4 p-4 mb-4']) }}> @if($backgroundPattern)
@endif
@if($userName)
Bonjour, {{ $userName }}
@endif @if($title)

{{ $title }}

@endif @if($subtitle)

{{ $subtitle }}

@endif
@if($primaryAction) {{ $primaryAction }} @endif @if($secondaryAction) {{ $secondaryAction }} @endif