@php $cardTitleColor = array_key_exists('card_title_color', $data) && $data['card_title_color'] ? "color: {$data['card_title_color']} !important;" : ''; $titleColor = array_key_exists('title_color', $data) && $data['title_color'] ? "color: {$data['title_color']} !important;" : ''; $data = theme_setting('homepage.shipping_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_shipping_steps'][app()->getLocale()] ?? ''}}
@if (isset($data['services_count']) && $data['services_count'] > 1)
{{$data['title_2_shipping_steps'][app()->getLocale()] ?? ''}}
@endif @if (isset($data['services_count']) && $data['services_count'] > 2)
{{$data['title_3_shipping_steps'][app()->getLocale()] ?? ''}}
@endif
{{$data['title_1_shipping_steps'][app()->getLocale()] ?? ''}}
{{$data['title_2_shipping_steps'][app()->getLocale()] ?? ''}}
{{$data['title_3_shipping_steps'][app()->getLocale()] ?? ''}}
@endif