@props([ 'box_style' => 'default', 'header' => false, 'footer' => false, ]) @aware(['name', 'route'])
merge(['class' => 'box box-'.$box_style]) }}> @if ($header)

{{ $header }}

@endif
@if (isset($bulkactions))
{{ $bulkactions }}
@endif @if ((isset($content)) && (!$content->isEmpty())) {{ $content }} @endif @if (($slot) && (!$slot->isEmpty())) {{ $slot }} @endif
@if ($route) @endif