@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")