@extends('layout.app') @section('title', 'Projects') @section('content')

Projects

{{-- --}}
{{-- --}} @foreach($projects as $project) {{-- --}} @endforeach
ID NameProject typeProject classification Address Inventory Follow
{{ $project->id }} {{ $project->name }}{{ $project->type }}{{ $project->classification }} {{ $project->address }} {{ $project->sold_units }}/{{ $project->number_of_units }}
@endsection @section('script') @endsection