@php $hasImage = isset($model) && $model->image; $getImage = $hasImage ? $model->imageUrl : ''; $getMobileImage = $hasImage ? $model->imageUrl : ''; $titleColor = array_key_exists('title_color', $data) && $data['title_color'] ? "color: {$data['title_color']} !important;" : '' ; @endphp @if(array_key_exists('display', $data) && $data['display'])
{{$data['description_1_work'][app()->getLocale()] ?? ''}}
{{$data['description_2_work'][app()->getLocale()] ?? ''}}
{{$data['description_3_work'][app()->getLocale()] ?? ''}}
{{$data['description_4_work'][app()->getLocale()] ?? ''}}
{{$data['description_5_work'][app()->getLocale()] ?? ''}}
{{$data['description_6_work'][app()->getLocale()] ?? ''}}
@endif