@php $textColor = array_key_exists('text_color', $data) && $data['text_color'] ? "color: {$data['text_color']} !important;" : '' ; $titleColor = array_key_exists('title_color', $data) && $data['title_color'] ? "color: {$data['title_color']} !important;" : '' ; $buttonColor = array_key_exists('button_text_color', $data) && $data['button_text_color'] ? "color: {$data['button_text_color']} !important;" : '' ; $buttonBgColor = array_key_exists('button_bg_color', $data) && $data['button_bg_color'] ? "background-color: {$data['button_bg_color']} !important;" : ''; @endphp @if(array_key_exists('display', $data) && $data['display'])
warehouses

{{$data['statistic_1_counter'][app()->getLocale()] ?? ''}}

{{$data['statistic_1_title'][app()->getLocale()] ?? ''}}

{{$data['sstatistic_1_description'][app()->getLocale()] ?? ''}}

online-store

{{$data['statistic_2_counter'][app()->getLocale()] ?? ''}}

{{$data['statistic_2_title'][app()->getLocale()] ?? ''}}

{{$data['sstatistic_2_description'][app()->getLocale()] ?? ''}}

map

{{$data['statistic_3_counter'][app()->getLocale()] ?? ''}}

{{$data['statistic_3_title'][app()->getLocale()] ?? ''}}

{{$data['sstatistic_3_description'][app()->getLocale()] ?? ''}}

targeted-head

{{$data['statistic_4_counter'][app()->getLocale()] ?? ''}}

{{$data['statistic_4_title'][app()->getLocale()] ?? ''}}

{{$data['sstatistic_4_description'][app()->getLocale()] ?? ''}}

@endif