@if(!empty($projects) && $projects->isNotEmpty()) {{lang('whats_new')}} {{lang('projects')}} {{lang('all')}} @if(!empty($locationList) && $locationList->isNotEmpty()) @foreach($locationList as $location) {{$location->getData('post_title')}} @endforeach @endif @foreach($projects->chunk(2) as $projectArr) @foreach($projectArr as $project) {{$project->getData('project_title')}} {{$project->getData('project_sub_title')}} @if(!empty($project->getData('project_logo'))) @endif @endforeach @endforeach {{lang('view_all')}}{{lang('view_all')}}{{lang('view_all')}}{{lang('view_all')}}{{lang('view_all')}} @endif @section('scripts') @parent @stop