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