@extends('cabMeWebsite.master') @section('content')

Privacy Policy



@foreach($privacy_policy as $key => $privacy_policy)

@endforeach
Name: Customer Support Team
Email: support@cabme.com.au
@if($last_updated->updated_at == '1970-01-01') Our privacy policy was last updated on
@else Our privacy policy was last updated on {{$last_updated->updated_at}}
@endif

@endsection