@extends('layouts.website') @section('page_title', 'Our policies | Grindrod Limited') @section('metaDescription', "Our policies and procedures guide our day-to-day operations ensuring the safety of our people, our customers, our suppliers and the communities in which we operate.") @section('content') We demand honesty and transparency in all our dealings and take personal accountability for outcomes.

OUR SUSTAINABILITY POLICIES

Our sustainability pillars
{{-- @include('pages.website.partials.policies.sustainability-pillars') --}}
Health and safety
Our people
{{-- @include('pages.website.partials.policies.people')--}}
Our environment
Our communities
@if(count($new_policies) > 0)
@foreach($new_policies as $title => $policies)
{{ $title }}
@endforeach
@endif

OUR GOVERNANCE POLICIES

Ethics
Transformation / B-BBEE
    @if(isset($policies['B-BBEE Certificates'] )) @foreach($policies['B-BBEE Certificates'] as $k =>$value)
  • {{ $new_value }} view Code of Ethics Download
  • @endforeach @endif
@endsection