Maak kennis met [insert_php] echo $company[‘company_name’]; [/insert_php]
[insert_php] echo $profile[‘company_description’]; [/insert_php]
Doelgroep
[insert_php]if($profile[‘zzp’] === ‘1’){echo ‘
ZZP\’er
‘;}
if($profile[‘starters’] === ‘1’){echo ‘
Starters
‘;}
if($profile[‘mkb’] === ‘1’){echo ‘
MKB
‘;}
if($profile[‘middle_big_company’] === ‘1’){echo ‘
Midden- en grootbedrijf
‘;}
if($profile[‘franchise’] === ‘1’){echo ‘
Franchise
‘;}
if($profile[‘dga’] === ‘1’){echo ‘
DGA
‘;}[/insert_php]
Diensten
[insert_php]if($profile[‘salary_administration’] === ‘1’){echo ‘
Salarisadministratie
‘;}
if($profile[’tax_declarations’] === ‘1’){echo ‘
Belasting en aangiften
‘;}
if($profile[‘fiscal_advice’] === ‘1’){echo ‘
Fiscaal advies
‘;}
if($profile[‘bookkeeping’] === ‘1’){echo ‘
Boekhouding
‘;}
if($profile[‘juridical_advice’] === ‘1’){echo ‘
Juridisch advies
‘;}[/insert_php]
Adviesdiensten
[insert_php]if($profile[‘succession’] === ‘1’){echo ‘
Bedrijfsopvolging
‘;}
if($profile[‘benchmark’] === ‘1’){echo ‘
Benchmarken
‘;}
if($profile[‘fiscal’] === ‘1’){echo ‘
Fiscaal
‘;}
if($profile[‘merges_acquisitions’] === ‘1’){echo ‘
Fusies en overnames
‘;}
if($profile[‘refinancial’] === ‘1’){echo ‘
Herfinanciering
‘;}
if($profile[‘restructuring’] === ‘1’){echo ‘
Herstructurering
‘;}
if($profile[‘interim’] === ‘1’){echo ‘
Interim diensten
‘;}
if($profile[‘jurisprudence’] === ‘1’){echo ‘
Jurisprudentie
‘;}
if($profile[‘mvo’] === ‘1’){echo ‘
MVO
‘;}
if($profile[‘pensions’] === ‘1’){echo ‘
Pensioenen
‘;}
if($profile[‘human_resources’] === ‘1’){echo ‘
Personeelszaken
‘;}
if($profile[‘business_software’] === ‘1’){echo ‘
Zakelijke software
‘;}[/insert_php]
Tarieven
Uurtarief [insert_php] echo ‘€’ . $profile[‘hour_rate_min’] . ‘ – €’ . $profile[‘hour_rate_max’]; [/insert_php]
[insert_php] $emp = ($profile[‘amount_employees’] == 1) ? ‘medewerker’ : ‘medewerkers’;[/insert_php] [insert_php] echo $company[‘company_name’]; [/insert_php] [insert_php] echo $company[‘address’] . ‘ ‘ . $company[‘house_number’] . $company[‘house_number_suffix’]; [/insert_php] [insert_php] echo $company[‘zip’] . ‘ ‘ . $company[‘city’]; [/insert_php] [insert_php] if($profile[‘email’] == ”){echo $company[‘email’];}else{echo $profile[‘email’];} [/insert_php] [insert_php] echo ‘‘ . $profile[‘website’] . ‘‘; [/insert_php] [insert_php] echo ‘Actief sinds ‘ . $profile[‘active_from’]; [/insert_php] [insert_php] echo $profile[‘amount_employees’] . ‘ ‘ . $emp; [/insert_php]


