@props([ 'title' => '', 'subtitle' => null, 'tabs' => [], // [['label'=>'Agenda','href'=>route(...) ,'active'=>true], ...] 'actions' => null, ])
{{ $title }}
@if($subtitle)
{{ $subtitle }}
@endif
{{ $actions }}
@if(!empty($tabs))
@endif