@extends ('../welcome') @section('content')
| Project ID : | {{ $project->id ?? '' }} |
|---|---|
| Project Name : | {{ $project->name ?? '' }} |
| Description : | {{ $project->description ?? '' }} |
| Mentainance : | {{ $project->mentainance ?? 0 }} |
| Active : | {{ $project->is_active == 0 ? 'Not Available' : 'Available' }} |
| Type : | {{ $project->is_residential == 0 ? 'Not Residential' : 'Residential' }} |
| Created at : | {{ $project->created_at }} |
| *{{ $facility->name }} |
| {{ $user->name }} |