@props(['title' => '', 'action' => null, 'actionUrl' => null, 'actionLabel' => 'Ajouter'])
@if($title || $action || $actionUrl)
@if($title)

{{ $title }}

@endif @if($actionUrl) {{ $actionLabel }} @elseif($action) @endif
@endif
{{ $slot }}