@extends('front.layouts.master') @section('main_content')
img

{{ $project->title }}

{!! $project->description !!}

@if($project->quote_person)

{!! nl2br($project->quote_text) !!}

{{ $project->quote_person }}

@endif
@if($global_page_item->project_cta_status == 'Show')
{{ $global_page_item->project_cta_subheading }}

{!! nl2br($global_page_item->project_cta_heading) !!}

@endif @endsection