@extends('current.layouts.app') @section('content')
@if(Session::has('alert'))
{{Session::get('message')}}
@endif @forelse($tenants as $tenant) @foreach($tenant->domains as $domain) {{-- @dd($tenant->domains)--}} @endforeach @empty @endforelse
ID Domain Database Created At
{{$tenant->id}} {{$domain->domain}} {{$tenant->tenancy_db_name}} {{$tenant->created_at->diffForHumans()}}
No tenant found
@endsection