@extends('layouts.app') @section('title', 'Platform console') @section('content')
Signed in as {{ auth('admin')->user()->email }} ({{ auth('admin')->user()->role }}).
| Organisation | Status | Plan | Trial ends | Signed up |
|---|---|---|---|---|
| {{ $tenant->name }} | {{ ucfirst(str_replace('_', ' ', $tenant->status)) }} | {{ $tenant->subscription?->plan?->name ?? '—' }} | {{ $tenant->trial_ends_at?->format('d M Y') ?? '—' }} | {{ $tenant->created_at->format('d M Y') }} |
| No organisations yet. | ||||