@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('canonical_tag', $meta_data->canonical_tag) @section('banner_image', "banners/".$banner->banner_image) @section('content')
{{-- 1) Banner image (ignore header/footer as requested) --}}
{{$meta_data->page_name}} {{$meta_data->page_name}}
{{-- 2) White split: Big heading + paragraph + right image --}}
Discover the World of Raychem RPG
{{-- 3) PURPOSE / MISSION / VISION / VALUES: horizontal bands --}}
Purpose Mission Vision
{{-- 4) Our Reliable Partnerships (repurpose your section_twos) --}}
Our Reliable Partnerships
{{-- 5) Our plants (4 thumbnails with play overlay) --}}

Our plants

{{-- 6) Timeline: header strip + vertical timeline --}} @if(!empty(count($company_timelines)))

Moments That Shaped Us

@foreach($company_timelines as $k => $t)
{{ $t->company_timeline_year }}

{!! $t->company_timeline_content !!}

@endforeach
@endif {{-- 7) Awards (use your existing owl carousel id to keep JS working) --}} @if(!empty(count($about_us_awards)))

Awards & Recognition

@endif
{{-- Left nav (keep same anchors) --}} @endsection