@props([ 'title', 'breadcrumb' => null, ])
merge(['class' => 'nb-page-header']) }}>

{{ $title }}

@if ($breadcrumb)

{{ $breadcrumb }}

@endif
@if (isset($actions))
{{ $actions }}
@endif