@foreach($users as $user) @endforeach
Profile Image Name Email User ID Country Total Coin Joined Date Actions
@if(!empty($user->user_profile->profile_image) && file_exists($user->user_profile->profile_image)) Header Avatar @else Header Avatar @endif {{$user->name}} {{$user->email}} {{$user->user_id}} {{$user->user_profile->country ?? ''}} {{$user->total_coin ?? 0}} {{\Carbon\Carbon::parse($user->created_at)->format('Y-m-d')}}
{{$users->links()}}