@forelse ($users as $user) @include('admin.user_settings.partials._user_card', [ 'user' => $user, 'activeTab' => $activeTab, 'selectedUserId' => $selectedUserId, ]) @empty
No merchants found for the current search.
@endforelse
@if ($users->hasPages())
{{ $users->links() }}
@endif