{{ $contactText('form.services_hint') }}
@php
$serviceOptions = [
'web-development' => ['label' => $contactText('service_options.web-development.label'), 'icon' => '
'],
'ecommerce' => ['label' => $contactText('service_options.ecommerce.label'), 'icon' => '
'],
'shopify' => ['label' => $contactText('service_options.shopify.label'), 'icon' => '
'],
'seo-sem' => ['label' => $contactText('service_options.seo-sem.label'), 'icon' => '
'],
'social-media' => ['label' => $contactText('service_options.social-media.label'), 'icon' => '
'],
'branding' => ['label' => $contactText('service_options.branding.label'), 'icon' => '
'],
'advertising' => ['label' => $contactText('service_options.advertising.label'), 'icon' => '
'],
'digital-marketing' => ['label' => $contactText('service_options.digital-marketing.label'), 'icon' => '
'],
'hosting' => ['label' => $contactText('service_options.hosting.label'), 'icon' => '
'],
'optimization' => ['label' => $contactText('service_options.optimization.label'), 'icon' => '
']
];
@endphp
@foreach($serviceOptions as $value => $service)
@endforeach
@error('services')