@extends('admin.layouts.master') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('breadcrumbs')
Overview of every company on the platform
| Company | Assigned User | Status | |
|---|---|---|---|
| {{ $company->name }} | {{ $company->email ?? '—' }} | @if ($company->ownerMembership?->user) {{ strtoupper(substr($company->ownerMembership->user->name, 0, 1)) }} {{ $company->ownerMembership->user->name }} @else — not allocated — @endif | {{ ucfirst($company->status) }} |
| No companies yet. | |||
| User | Company | Action | Details | When |
|---|---|---|---|---|
| {{ $log->user?->name ?? 'System' }} | {{ $log->tenant?->name ?? '—' }} | {{ ucfirst(str_replace('_', ' ', $log->action)) }} | {{ $log->description ?? '—' }} | {{ $log->created_at?->diffForHumans() }} |
| No activity yet. | ||||