@extends('layouts.app') @section('title', __('ui.tenants')) @section('content')
| {{ __('ui.name') }} | {{ __('ui.email') }} | {{ __('ui.status') }} | {{ __('ui.plans') }} | |
|---|---|---|---|---|
| {{ $tenant->name }} | {{ $tenant->email }} | {{ $tenant->status }} | {{ $tenant->activeSubscription?->plan?->name ?? '—' }} | {{ __('ui.edit') }} |