File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/config/business.php
<?php
return [
'schools' => [
'so-vught' => [
'email' => 'info@zuiderbos.nl',
'address' => 'Carillonlaan 3',
'city' => 'Vught',
'zip' => '5261 LT',
'country' => 'Nederland',
'phone_display' => '073 - 684 70 60',
'phone_call' => '0736847060',
'googlex' => '51.642820',
'googley' => '5.308672',
],
'so-helmond' => [
'email' => 'info@zuiderbos.nl',
'address' => 'Brevierpad 34',
'city' => 'Helmond',
'zip' => '5709 AD',
'country' => 'Nederland',
'phone_display' => '073 - 684 70 60',
'phone_call' => '0736847060',
'googlex' => '51.470803',
'googley' => '5.706783',
],
'so-veldhoven' => [
'email' => 'info@zuiderbos.nl',
'address' => 'Platanenlaan 26-b',
'city' => 'Veldhoven',
'zip' => '5507 MD',
'country' => 'Nederland',
'phone_display' => '073 - 684 70 60',
'phone_call' => '0736847060',
'googlex' => '51.421663',
'googley' => '5.375340',
],
'vso-vught' => [
'email' => 'info@zuiderbos.nl',
'address' => 'Carillonlaan 3',
'city' => 'Vught',
'zip' => '5261 LT',
'country' => 'Nederland',
'phone_display' => '073 - 684 70 60',
'phone_call' => '0736847060',
'googlex' => '51.642820',
'googley' => '5.308672',
],
'vso-helmond' => [
'email' => 'info@zuiderbos.nl',
'address' => 'Brevierpad 34',
'city' => 'Helmond',
'zip' => '5709 AD',
'country' => 'Nederland',
'phone_display' => '073 - 684 70 60',
'phone_call' => '0736847060',
'googlex' => '51.470803',
'googley' => '5.706783',
],
'vso-veldhoven' => [
'email' => 'info@zuiderbos.nl',
'address' => 'Platanenlaan 26-b',
'city' => 'Veldhoven',
'zip' => '5507 MD',
'country' => 'Nederland',
'phone_display' => '073 - 684 70 60',
'phone_call' => '0736847060',
'googlex' => '51.421663',
'googley' => '5.375340',
],
],
'post_address' => 'Postbus 2214',
'post_city' => 'Vught',
'post_zip' => '5260 CE',
'officeLink' => 'http://365.zuiderbos.nl',
'admin_emails' => 'support@komma.pro',
'send_errors' => [404, 500]
];