@extends ('../welcome') @section('content')

Buildings


Total: {{ count($buildings) }}

user()->type == 'admin' || auth()->user()->role->hasPermission('buildings-archive-export') ? 'example1' : 'nonExport' }} class="table table-bordered table-striped"> @forelse ($buildings as $building) @empty No buildings yet @endforelse
ID Name Phase Name Project Name Created Date Created Time Restore
{{ $building?->id }} {{ $building->name }} @if ($building->phase?->id) {{ $building->phase->name }} @endif @if ($building->phase?->id) {{ $building->phase->project->name }} @endif {{ $temp[0] }} {{ $temp[1] }}
@endsection