@extends('layouts.webpage.main_two') @section('page-title', 'Gallery') @section('content')
Gallery

Gallery

@foreach($galleries as $section) @php $sectionTitle = str_replace('_', ' ', ucfirst($section->section_name)); $images = json_decode($section->images, true); @endphp @if(!empty($images))

{{ $sectionTitle }}

@if($section->section_name == 'engineering_motion') Where ideas become reality — captured with our people, processes, and purpose. @elseif($section->section_name == 'industry_leaders') We build more than structures — we build strong, lasting relationships. @else Explore the visual highlights from our {{ strtolower($sectionTitle) }} section. @endif

{{-- Section Layout --}}
@else

No images available for this section.

@endif @endforeach
@endsection