@extends('layouts.user_type.auth') @section('companyProfile')
@include('components.alert')
Manage Company Profiles
Create Profile
@forelse($companyProfiles as $index => $profile) @empty @endforelse
No Logo Company Name Phone Email Actions

{{ $companyProfiles->firstItem() + $index }}

@if ($profile->company_logo) Logos @else No Logo @endif

{{ $profile->company_name }}

{{ $profile->phone }}

{{ $profile->email }}

No Data Found

No company profile data Found

@include('components.pagination', ['paginator' => $companyProfiles])
@endsection