@extends('layouts.website') @if(!is_null($page_seo)) @section('page_title', $page_seo->title) @section('metaDescription', $page_seo->description) @section('keywords', $page_seo->keywords) @else @section('page_title', 'Customer solutions | Grindrod Limited') @section('metaDescription', "Our ambition is to find the perfect logistics solution for our customers across a multitude of industries including mining, agricultural, new energy commodities and project cargo.") @endif @section('content') @foreach($page_sections as $index => $page_section) {!! $page_section->section_content !!} @if($page_section->content_type == 'embeded video')
@endif @if($page_section->content_type == 'slider') @endif @if(count($page_section->tabs))