@extends ('../welcome') @section ('content')
| ID | Name | Phase Name | Project Name | Created At | Active | {{--Action | --}}
|---|---|---|---|---|---|---|
| {{$building?->id}} | {{$building->name}} | @if ($building->phase?->id) {{$building->phase->name}} @endif | @if ($building->phase?->id) {{$building->phase->project->name}} @endif | {{$building->created_at}} | {{-- | --}} |