@extends ('../welcome') @section('content')
| Phase Name: | {{ $phase->name }} |
|---|---|
| Project Name: | {{ $phase->project->name }}{{ $phase->project->is_residential == 1 ? ' - Residential' : '' }} |
| Type | {{ $phase->type ?? '' }} |
| Active: | {{ $phase->is_active == 0 ? 'Not Available' : 'Available' }} |
| Created at : | {{ $phase->created_at }} |
| Accessed By : | |
| {{ $user->name }} |
Total: {{ count($phase->buildings) }}
@if (auth()->user()->type == 'admin' || auth()->user()->role->hasPermission('buildings-create')) @endif| ID | Name | @if ($phase->project->is_residential == 1)Building Type | Number of Floors | @endifCreated Date | Created Time | @if (auth()->user()->type == 'admin')Visibility | @endifAction |
|---|