@props(['title' => null, 'cta' => null])
@if($title)

Dashboard

{{ $title }}

@if($cta)
{!! $cta !!}
@endif
@endif
{{ $slot }}