@foreach ($data as $item) @php $img = $item->profile ?? null; @endphp
  • id }} class="req-profile">
    Generic placeholder image
    {{ isset($item->first_name) ? $item->first_name . ' ' : '' }} {{ isset($item->mid_name) ? $item->mid_name . ' ' : '' }} {{ isset($item->last_name) ? $item->last_name . ' ' : '' }}

    {{ isset($item->about) ? $item->about . ' ' : '' }}

  • @endforeach