@extends('layouts.website') @if(!is_null($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) @if($page_section->content_type == "contact_form") {{-- dd('contact form type') --}}
@if(session()->has('success')) @endif

Contact Grindrod Ltd or any of its group companies by completing the form below. Select the company you would like to address your query to from the "To" dropdown box.

{{-- dd(url('contact-us')) --}}
@method('POST') @csrf
Send enquiry to
@else {!! $page_section->section_content !!} @endif @if($page_section->content_type == 'embeded video')
@endif @if($page_section->content_type == 'slider') @endif @if($page_section->content_type == "csi_slider")
@endif @if(count($page_section->tabs))