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/EUmans/umansradepo.be/app/config/business.php
<?php

return [
    'name' => 'Umans Radepo',
    'business-name' => 'Komma B.V.',
    'email' => 'info@komma.pro',

    'address' => 'Randweg-zuid 1',
    'city' => 'Budel',
    'country' => 'The Netherlands', 
    'zip' => '6021 PW',

    'phone' => [
        'call' => '0031495599411',
        'display' => '+31 (0)495 59 94 11',
    ],

    'facebook' => 'https://www.facebook.com/komma',
    'linkedin' => 'https://www.linkedin.com/company/komma',
    'instagram' => '',
    'youtube' => '',
    'twitter' => '',

    'kvk' => '60733144',
    'bank' => 'NL12RABO0124578451',
    'btw' => 'NL1224524215',

    'admin_emails' => 'support@komma.pro'
];