@props([
'search' => false,
'wireSearchModel' => null,
'searchPlaceholder' => 'Search...',
'perPageOptions' => [10, 25, 50, 100],
'defaultPerPage' => 10,
'customDropDown' => [],
'title' => 'title'
])
@if ($search || !empty($perPageOptions))
@if ($search)
@endif
@if (!empty($perPageOptions))
entries
@endif
@if (!empty($customDropDown))
@endif
@endif
{{ $pagination ?? '' }}