@props([ 'headers' => [], 'title' => null, 'footerSlot' => null, 'customWidth' => null, ])
@if($title)

{{ $title }}

@endif
@foreach($headers as $header) @endforeach {{ $slot }} @if(isset($footer)) {{ $footer }} @endif
{{ $header['label'] }}