| No
|
Logo |
Company Name |
Phone |
Email |
Actions |
@forelse($companyProfiles as $index => $profile)
|
{{ $companyProfiles->firstItem() + $index }}
|
@if ($profile->company_logo)
@else
No Logo
@endif
|
{{ $profile->company_name }}
|
{{ $profile->phone }}
|
{{ $profile->email }}
|
|
@empty
No company profile data Found
|
@endforelse
@include('components.pagination', ['paginator' => $companyProfiles])