@props(['title', 'description' => null, 'message' => null, 'actionLabel' => null, 'actionHref' => null]) @php $copy = $description ?? $message ?? ''; @endphp

{{ $title }}

{{ $copy }}

@if ($actionHref && $actionLabel) {{ $actionLabel }} @endif