@php $hasImage = isset($model) && $model->image; $getImage = $hasImage ? $model->imageUrl : ''; $getMobileImage = $hasImage ? $model->imageUrl : ''; $cardTitleColor = array_key_exists('card_title_color', $data) && $data['card_title_color'] ? "color: {$data['card_title_color']} !important;" : '' ; $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;" : '' ; $data = theme_setting('homepage.top-steps'); @endphp @if(array_key_exists('display', $data) && $data['display'])
@php $col_width = 'col-lg-12'; if(isset($data['services_count']) && $data['services_count'] > 2) { $col_width = 'col-lg-4'; }elseif(isset($data['services_count']) && $data['services_count'] > 1) { $col_width = 'col-lg-6'; } @endphp
@if (isset($data['services_count']) && $data['services_count'] > 1)
@endif @if (isset($data['services_count']) && $data['services_count'] > 2)
@endif
{{$data['title_1_whyus'][app()->getLocale()] ?? ''}}
@if (isset($data['services_count']) && $data['services_count'] > 1)
{{$data['title_2_whyus'][app()->getLocale()] ?? ''}}
@endif @if (isset($data['services_count']) && $data['services_count'] > 2)
{{$data['title_3_whyus'][app()->getLocale()] ?? ''}}
@endif
{{$data['description_1_whyus'][app()->getLocale()] ?? ''}}
@if (isset($data['services_count']) && $data['services_count'] > 1)
{{$data['description_2_whyus'][app()->getLocale()] ?? ''}}
@endif @if (isset($data['services_count']) && $data['services_count'] > 2)
{{$data['description_3_whyus'][app()->getLocale()] ?? ''}}
@endif
{{$data['title_1_whyus'][app()->getLocale()] ?? ''}}
{{$data['description_1_whyus'][app()->getLocale()] ?? ''}}
{{$data['title_2_whyus'][app()->getLocale()] ?? ''}}
{{$data['description_2_whyus'][app()->getLocale()] ?? ''}}
{{$data['title_3_whyus'][app()->getLocale()] ?? ''}}
{{$data['description_3_whyus'][app()->getLocale()] ?? ''}}
@endif