File: D:/HostingSpaces/SBogers10/immoginis.komma.pro/app/config/business.php
<?php
return [
'name' => 'Immo Ginis',
'ownerName' => 'Benny Ginis',
'adres' => 'Lillerbaan 138',
'zip' => '3950',
'city' => 'Kaulille',
'country' => 'Belgiƫ',
'email' => 'benny@immoginis.be',
'btw' => 'BE0811573957',
'biv' => '507775',
'social' => [
'facebook' => '',
'twitter' => '',
'linkedin' => '',
'googlep' => '',
],
'phone' => [
'call' => '003211525252',
'display' => '+32 (0) 11 52 52 52',
],
'admin_emails' => 'support@komma.pro'
];