@extends('layouts.demo10.base') @section('content') @can('view.tenant')
| Id | Organization Name | Domain Progress Link | Industry Type | Time Zone | Created At | {{--Updated At | --}} @canany(['edit.projects', 'delete.projects'])@endcanany | |
|---|---|---|---|---|---|---|---|---|
| {{ $project->id }} | {{ $project->user->email ?? 'N/A' }} | {{ $project->organization->name ?? 'N/A' }} | @if($domainProgressUrl) {{ $domainProgressUrl }} @else No domain assigned @endif | {{ $project->organization->industry_type ?? 'N/A' }} | {{ $project->organization->timezone ?? 'N/A' }} | {{ optional($project?->updated_at)->format('M d, Y') ?? 'N/A' }} | {{-- TENANT CONNECT/DISCONNECT BUTTON@if($isActive) @else @endif | --}}