@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', 'About us | 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('inline-style') @endsection @section('content') @foreach($page_sections as $index => $page_section) {!! $page_section->section_content !!} @if($page_section->id == 16)
@endif @if($page_section->content_type == 'slider') @endif @if($page_section->content_type == "csi_slider")
@endif @if($page_section->id == 18)
Explore our trade corridors
@endif @if($page_section->id == 20)

our story

Since 1910 we have steadily climbed in reputation and ability. Our pioneering spirit from the early seventies which saw us at the forefront of containerisation in South Africa, is still very much part of our culture. We made smart investments in assets that further enhanced our offering and diversified the business into providing freight solutions from point of origin to final destination.
@endif @if($page_section->content_type == "news") @endif @endforeach @endsection @section('js') @endsection