@extends('layouts.app') @section('content')
Company Overview
{{--Created {{ $company->created_at->format('F d, Y') }}
--}}Pending Expenses
Pending Leaves
Total Employees
Present Today
Total Users
Active Websites
Company Status
Days Active
Manage your company's workforce and administration.
Contact your administrator to enable admin access.
No pending expense claims
No pending leave requests
| User | Role | Actions |
|---|---|---|
|
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
{{ $user->email }}
|
@if($user->role === 'hr') Company Admin @elseif($user->role === 'manager') Manager @elseif($user->role === 'staff') Staff @else {{ ucfirst(str_replace('_', ' ', $user->role)) }} @endif |
This company doesn't have any users yet.
@if(auth()->user()->isSuperAdmin() || auth()->user()->canManageCompany($company)) Add First User @endifCreated by: {{ optional($website->creator)->name ?? 'Unknown' }}
{{ $website->created_at->format('M d, Y') }}
@if($website->subdomain){{ $website->subdomain }}.{{ config('app.domain', 'neosolvix.test') }}
@endifThis company doesn't have any websites yet.
@if(auth()->user()->isSuperAdmin() || auth()->user()->canManageCompany($company)) Create First Website @endif