@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']) {{$data['process_main_title'][app()->getLocale()] ?? ''}} {{$data['process_1_counter'][app()->getLocale()] ?? ''}} {{$data['process_1_title'][app()->getLocale()] ?? ''}} {{$data['sprocess_1_description'][app()->getLocale()] ?? ''}} {{$data['process_2_counter'][app()->getLocale()] ?? ''}} {{$data['process_2_title'][app()->getLocale()] ?? ''}} {{$data['sprocess_2_description'][app()->getLocale()] ?? ''}} {{$data['process_3_counter'][app()->getLocale()] ?? ''}} {{$data['process_3_title'][app()->getLocale()] ?? ''}} {{$data['process_3_description'][app()->getLocale()] ?? ''}} @endif
{{$data['sprocess_1_description'][app()->getLocale()] ?? ''}}
{{$data['sprocess_2_description'][app()->getLocale()] ?? ''}}
{{$data['process_3_description'][app()->getLocale()] ?? ''}}