@props([ 'title' => '', 'searchPlaceholder' => 'جستجو...', 'statusOptions' => [], 'itemsPerPageOptions' => [5, 10, 25, 50], 'currentPage' => 1, 'totalItems' => 0, 'itemsPerPage' => 10, 'currentStatus' => 'all', 'searchQuery' => '', 'sortColumn' => 'id', 'sortDirection' => 'asc' ])
@if($title)

{{ $title }}

@endif
@if(!empty($statusOptions))
@endif
{{ $thead }} {{ $tbody }}