@extends('layouts.app') @push('end-of-head') @endpush @section('content')
@if(isset($project->gallery))
@else
@endif()

{!! $project->content !!}


@endsection @push('end-of-body') @endpush