Employer

Home

>

Employer

@if(session('success'))
{{ session('success') }}
@endif
@if(isset($employers)) @foreach($employers as $employer) @endforeach @endif
ID UserName UserEmail Company name logo industry company type Founded year Company size Website url Core values Headquarters Address Branch Locations Email Phone Number Social Media Links Created at Profile Status Action
{{ $employer->id ?? "null"}} {{ $employer->user->name ?? "null" }} {{ $employer->user->email ?? "null" }} {{ $employer->company_name ?? "N/A" }} {{ $employer->industry ?? "N/A" }} {{ $employer->company_type ?? "N/A" }} {{ $employer->founded_year ?? "N/A" }} {{ $employer->company_size ?? "N/A" }} {{ $employer->website_url ?? "N/A" }} {{ $employer->core_values ?? "N/A" }} {{ $employer->headquarters_address ?? "N/A" }} {{ $employer->branch_locations ?? "N/A" }} {{ $employer->email ?? "N/A" }} {{ $employer->phone_number ?? "N/A" }} {{ $employer->social_media_links ?? "N/A" }} {{ $employer->created_at ?? "N/A" }} @if($employer->profile_status == "Verified") Verified @else UnVerified @endif Verified UnVerified