merge(['class' => $panelClass()]) }}>
@if (isset($heading))
attributes->class(['panel-heading']) }}>
{{ $heading }}
@elseif ($title)
attributes->class(['panel-heading']) : 'class=panel-heading' }}>
{{ $title }}
@endif
@if ($slot->isNotEmpty())
attributes->class(['panel-body']) }}>
{{ $slot }}
@endif
@isset($table)
{{ $table }}
@endisset
@isset($footer)
attributes->class(['panel-footer']) }}>
{{ $footer }}
@endisset