@props(['url', 'id' => 'table-' . Str::random(8), 'header' => 'Table', 'refresh' => true, 'class' => ''])
merge(['class' => 'card p-0'])}} id="{{$id}}" data-url="{{$url}}">
{!! $header !!}
Loading...
@if($refresh) @endif
@push('scripts') @endpush