@extends('layouts.frontend') @section('content')

{{ $project->name }}

{{ $project->company->name }}

{{ $project->adresse }}

{{ $project->description }}

@if(!empty($project->link)) Plus d'informations @endif

@foreach($products_associated as $product)
@endforeach
@foreach($projects_associated as $project) @include('frontend.projects._project') @endforeach
@endsection