HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/rentman.komma.pro/app/config/business.php
<?php

return [
    'salesEmail' => 'info@rentman.nl',
    'supportEmail' => 'support@rentman.nl',

    'phone_nl' => [
        'call' => '0302271844',
        'display' => '030 227 1844',
    ],
    'phone_de' => [
        'call' => '004921193671288',
        'display' => '+49 211 93671288',
    ],
    'phone_en' => [
        'call' => '0031302271844',
        'display' => '+31 30 227 1844',
    ],
    'phone_fr' => [
        'call' => '0033533520216',
        'display' => '+33 5 33 52 02 16',
    ],
    'phone_it' => [
        'call' => '00390694500924',
        'display' => '+39 0694500924',
    ],
    'phone_canUsa' => [
        'call' => '0016468462242',
        'display' => '+1 646-846-2242',
    ],
//    'phone_support_nl' => [
//        'call' => '030 711 6844',
//        'display' => '030 - 711 6844',
//    ],
//    'phone_support' => [
//        'call' => '0031307116844',
//        'display' => '+31 30 711 6844',
//    ],

    'linkedin' => 'https://www.linkedin.com/company/rentman',
    'instagram' => 'https://www.instagram.com/rentmansoftware/',

    'ustldnr' => 'NL126146664B01',
    'admin_emails' => 'support@komma.pro',

    'canada_location' => 'Canada and USA',
    'canada_address' => '73 Bathurst St',
    'canada_zip' => 'ON M5V 2P6 ',
    'canada_city' => 'Toronto',

    'currency_icon_usd' => '$',
    'currency_icon_cad' => '$',
    'currency_icon_aud' => '$',
    'currency_icon_gbp' => '£',
];