@if(count($data['request'])>0) @forelse ($data['request'] as $key=>$item)
  • id }}>
    {{ isset($item->first_name) ? $item->first_name . ' ' : '' }} {{ isset($item->last_name) ? $item->last_name . ' ' : '' }}

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

    @php $img = $item->profile ?? 'default.png'; @endphp Generic placeholder image
  • @empty @endforelse @endif