merge(['class' => "bg-white border border-secondary-200 text-secondary-900 overflow-hidden shadow-xs rounded-lg p-3 "]) }}>
@if(is_null($data) || $data->isEmpty())
@isset($nodata)
{{$nodata}}
@endisset
@else
@isset($header)
{{$header}}
@endisset
@if($pager)
@isset($actionLeft)
{{$actionLeft}}
@endisset
@isset($actionRight)
@if(!isset($actionLeft))
@endif
{{$actionRight}}
@endisset
@else
@isset($actions)
{{$actions}}
@endisset
@endif
@php($mt = $pager? 'mt-3': '')
@if($pager)
@endif
@endif