@props(['autoWith' => true])

{{ $title ?? null }}

{{ $button ?? null }}
@if(isset($cardbody))

{{$cardbody}}

@endif
{!! $thead ?? null !!} {!! $tbody ?? null !!}
{!! $pagination ?? null !!}