@props([ 'headers' => [], 'rows' => [], 'actions' => false, 'searchable' => false, 'paginated' => false, ])
@if($searchable)
{{ $filters ?? '' }}
@endif
@foreach($headers as $header) @endforeach @if($actions) @endif @if(count($rows) === 0) @else {{ $slot }} @endif
{{ $header }} الإجراءات

لا توجد بيانات متاحة

@if($paginated)
{{ $pagination ?? '' }}

{{ $paginationDetails ?? 'عرض 1 - 10 من أصل 100 سجل' }}

@endif