@if (!empty($usersList)) @foreach ($usersList as $UserKey => $userValue) @php $imagePath = "assets/icons/male.png"; if (!empty($userValue['image'])) { $imagePath = "users/" .$userValue['image']; } @endphp
Pic
{{$userValue["user_full_name"]}} {{$userValue["email"]}}
@endforeach @endif