@props(['title' => 'Nothing here yet', 'message' => null, 'action' => null, 'actionLabel' => null])

{{ $title }}

@if ($message)

{{ $message }}

@endif @if ($action && $actionLabel) @endif