All Tenants
List of all tenantsTenants
Create NewName | Mobile. | Domain | Action | |
---|---|---|---|---|
{{$value->name}} | {{$value->email}} | {{$value->mobile}} | @foreach ($value->domains as $domain) {{ $domain->domain }} {{ $loop->last ? '' :',' }} @endforeach |
@extends('backend.layouts.main') @section('title', 'Tenants') @section('main-container')
Name | Mobile. | Domain | Action | |
---|---|---|---|---|
{{$value->name}} | {{$value->email}} | {{$value->mobile}} | @foreach ($value->domains as $domain) {{ $domain->domain }} {{ $loop->last ? '' :',' }} @endforeach |