@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;" : '' ; @endphp @if(array_key_exists('display', $data) && $data['display'])
@if($data['image_place'] == 'start')
demo demo

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

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

@else

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

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

demo demo
@endif
@endif