@php $collapse_expand = $collapse_expand ?? true; @endphp
@if($header ?? null)
{{ $header }} @if($help ?? null)@include('admin.components.settings_guide',['id'=>$help])@endif
@if($collapse ?? null)
@endif
@endif
@if($body_row_wrapper ?? false)
{!! $slot !!}
@else {!! $slot !!} @endif
@if($footer ?? null) @endif