@props([ 'title', 'subtitle', 'status' => null, ])
class('panel-header') }}>

{{ $title }}

{{ $subtitle }}

@if ($status)
{{ $status }}
@endif