@extends('front.layout.app') @section('content') @php echo cms_edit_page("projects",$result->id);@endphp

{{ $result->heading }}

@php $previousSlug = !empty($previousProject) ? str_replace($module_type . '/', '', $previousProject->post_slug) : ''; $nextSlug = !empty($nextProject) ? str_replace($module_type . '/', '', $nextProject->post_slug) : ''; @endphp

{{ $result->heading }}

{!! $result->content !!}
@if (count($cmsModuleDataImages) > 0) @endif

Impressed by our work?

Discover more of our standout projects

@php // Extract slug from post_slug (remove module prefix) $slug = str_replace($module_type . '/', '', $project->post_slug); @endphp
@endsection @section('beforeBodyClose') @endsection