@extends('admin.layouts.master') @section('title', 'Tenants') @section('page-title', 'Tenants') @section('breadcrumbs')@endsection @section('content')

Companies

Add Tenant
@forelse ($tenants as $tenant) @empty @endforelse
NameSlugStatus PagesCollectionsMembers Actions
{{ $tenant->name }} {{ $tenant->slug }} {{ ucfirst($tenant->status) }} {{ $tenant->pages_count }} {{ $tenant->collections_count }} {{ $tenant->memberships_count }}
@csrf
@csrf
No tenants yet.
{{ $tenants->links() }}
@endsection