@props([ 'title', 'thead_style' => 'default', 'theads' => [], 'count' => null, 'pagination' => null, 'grid' => '', 'filters' => null, 'body' => null, 'actions' => null, 'thead' => null, 'tbody' => null, 'deleteConfig' => null, ])

{!! $title !!}

@if ($actions)
{{ $actions }}
@endif
@if ($filters)
{!! $filters !!}
@endif {!! $body !!} {!! $grid ? "
" : '' !!} @forelse($theads as $key => $value) @empty {!! $thead !!} @endforelse {!! $tbody !!}
@if (is_string($key)) @sortablelink($key, $value) @else {{ $value }} @endif
{!! $grid ? '
' : '' !!}
@if ($count && $pagination) @endif