@extends('layout.app') @section('title', 'Projects') @section('content')
| ID | Name | {{--Project type | --}}Project classification | Address | Inventory | Follow |
|---|---|---|---|---|---|---|
| {{ $project->id }} | {{ $project->name }} | {{--{{ $project->type }} | --}}{{ $project->classification }} | {{ $project->address }} | {{ $project->sold_units }}/{{ $project->number_of_units }} |
|