@props([ 'paginator', 'recordsPerPageSelectOptions' => [], ]) @php $isSimple = ! $paginator instanceof \Illuminate\Pagination\LengthAwarePaginator; $isRtl = __('filament::layout.direction') === 'rtl'; $previousArrowIcon = $isRtl ? 'heroicon-o-chevron-right' : 'heroicon-o-chevron-left'; $nextArrowIcon = $isRtl ? 'heroicon-o-chevron-left' : 'heroicon-o-chevron-right'; @endphp