@extends('layouts.website') @if(!is_null($page_seo)) {{-- dd($page_seo) --}} @section('page_title', $page_seo->title) @section('metaDescription', $page_seo->description) @section('keywords', $page_seo->keywords) @endif @section('content') @foreach($page_sections as $page_section) {!! $page_section->section_content !!} @if($page_section->content_type == 'embeded video')
@endif @if($page_section->content_type == "csi_slider")
@endif @if($page_section->id == 68)
{{-- dd($post_categories) --}}
@foreach($post_categories as $post_category) @if($id_attr != 'press-releases' && $post_category->id != 7)

{{ $post_category->name }}

@endif @endforeach

PRESS RELEASES

@php $latestPressYear = array_keys($pressRelease->toArray()); // dd($latestPressYear); @endphp
@foreach($pressRelease as $frdYear => $frDocs)
@foreach($frDocs as $finalDoc)
{{ $finalDoc->NewsTitle }}
Published on {{ date('d M Y', strtotime($finalDoc->NewsDate)) }}
@endforeach
@endforeach
@endif @if(count($page_section->tabs))