@extends('layouts.client') @section('content-header')
{{ $project->name }}
{{ isset($project->category)?$project->category->name:null }}
{{ $project->adresse }}
{{ $project->description }}
@if(!empty($project->link)) {{ $project->link }} @endif