@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')

{{ $project->getTitle() }}

{{lang('construction_updates')}}
@include('frontend.layouts.social')
@include('frontend.projects.ajax.construction_update_block')
@if(!empty($constructionUpdates) && !empty($constructionUpdates->nextPageUrl())) @endif
@include('frontend.partials.marquee')
{{-- @if(!empty($videoGallery) && $videoGallery->isNotEmpty())

{{lang('videos')}}
@foreach($videoGallery as $video) @endforeach
@endif --}}
@stop @section('scripts') @parent @stop