@extends('front.layouts.app') @section('title','Nos projets') @section('content')

{{$project->name}}

{!! $project->description !!}
@endsection