@props(['title', 'description' => null, 'action' => null, 'actionLabel' => 'Create'])

{{ $title }}

@if($description)

{{ $description }}

@endif @if($action) {{ $actionLabel }} @endif