@extends('layouts.web') @section('title', $project->title) @section('content') {{ $project->title }} @include('layouts.includes.nav') < {{ webText('aboutUs.whatDidWeDo.title') }} {{ $project->title }} @if($project->image) @endif {!! $project->content !!} @endsection