@extends('highSuperAdmin.layout') @section('title',"All Companies") @section('page-name',"Companies Management") @section('page-detail',"All Companies Information") @section('body')
| Company | Domain | Plan | Admins | Employees | Status | SMS | Created | Actions |
|---|---|---|---|---|---|---|---|---|
|
{{ $tenant->name }}
|
{{ $tenant->domain }}
|
{{ ucfirst($tenant->plan ?? 'Basic') }} | {{ $tenant->admins_count ?? 0 }} | {{ $tenant->employees_count ?? 0 }} | {{ $tenant->active ? 'Active' : 'Inactive' }} | {{ $tenant->sms_access ? 'On' : 'Off' }} | {{ \Carbon\Carbon::parse($tenant->created_at)->format('m/d/y') }} |