Homes Home Name Manager View @forelse($datalist as $home) @if(isset($home['home_pic']) && $home['home_pic']!='' && file_exists(public_path('crm/homeimages/'.$home['home_pic']))) @else @endif {{$home['name']}} @if(isset($home['home_manager'])) {{$home->getEmployeeName($home['home_manager'])}} @endif View @empty No record found @endforelse