@if(count($topcompanies_profile) > 6)
Recent RECRUITERS visit the page 6+
View All
@else
Recent RECRUITERS visit the page: {{count($topcompanies_profile)}}
@endif
@php $profile_count = 0; @endphp @forelse($topcompanies_profile as $company_profile) @php $profile_count++; @endphp

{{$company_profile->visitorCorporateWithCompanyDetails->CompanyData->company_name ?? "Not Updated" }}

  • {{$company_profile->visitorCorporateWithCompanyDetails->CompanyData->commCity->district ?? 'Not Updated'}}
  • No. of Jobs: {{count($company_profile->visitorCorporateWithCompanyDetails->CompanyData->jobsList_count())}}
@if($profile_count == 6) @break @endif @empty
No Records Found
@endforelse
@forelse($topcompanies_profile as $company_profile)

{{$company_profile->visitorCorporateWithCompanyDetails->CompanyData->company_name ?? "Not Updated" }}

  • {{$company_profile->visitorCorporateWithCompanyDetails->CompanyData->commCity->district ?? 'Not Updated'}}
  • No. of Jobs: {{count($company_profile->visitorCorporateWithCompanyDetails->CompanyData->jobsList_count())}}
@empty @endforelse