@extends ('../welcome') @section('content')
Total: {{ $Allbuildings->total() }}
| ID | Name | Phase Name | Project Name | Created Date | Created Time | Active |
|---|---|---|---|---|---|---|
| {{ $building?->id }} | {{ $building->name }} | @if ($building->phase?->id) {{ $building->phase->name }} @endif | @if($building->phase->project) {{ $building->phase->project->name }} @endif | {{ $temp[0] }} | {{ $temp[1] }} |