@extends('layouts.vending') @section('title', 'Mandanten verwalten') @section('content')
Übersicht aller Mandanten im System
| Mandant | Beschreibung | Statistiken | Status | Erstellt | Aktionen |
|---|---|---|---|---|---|
|
@if($tenant->logo)
{{ $tenant->name }}
{{ $tenant->slug }}
|
{{ Str::limit($tenant->description ?? 'Keine Beschreibung', 60) }}
@if($tenant->domain)
Domain: {{ $tenant->domain }}
@endif
|
{{ $tenant->users_count }} Benutzer
{{ $tenant->vending_machines_count }} Automaten, {{ $tenant->products_count }} Produkte
|
@if($tenant->is_active) Aktiv @else Inaktiv @endif | {{ $tenant->created_at->format('d.m.Y') }} |
Auswählen
Bearbeiten
@if(!$tenant->is_active)
@else
@endif
|
{{ $tenant->slug }}
{{ $tenant->description }}