Users {{ $users->total() }} Total

@if(Session::has('message')) @endif {{-- @if(Session::has('message')) @endif --}}
@foreach ($users as $user) @endforeach
Email Country City HDYHAU? Date created Action
id }} type="checkbox" class="w-5 h-5 border text-blue-600 bg-white border-gray-400 rounded-sm !ring-0 !outline-0 !ring-transparent focus:bg-white focus:border-gray-400 checked:!bg-maingreen checked:!border-maingreen"> {{ $user->fullName() }}
{{ $user->email }} {{ $user->country }} {{ $user->city }} @isset($user->HowDidYouHearAboutUs) {{ $user->HowDidYouHearAboutUs->name }} @endisset {{ $user->created_at }}
{{ $users->onEachSide(3)->links('custom-pagination-links-view') }}
@push('modals') @livewire('modals.delete') @livewire('modals.nudge-email') @livewire('modals.new-user') @endpush