@php $hasImage = isset($model) && $model->image; $getImage = $hasImage ? $model->imageUrl : ''; $getMobileImage = $hasImage ? $model->imageUrl : ''; $textColor = array_key_exists('text_color', $data) && $data['text_color'] ? "color: {$data['text_color']} !important;" : ''; @endphp @if (array_key_exists('display', $data) && $data['display'])
1 | --}}
{{ $data['works_1_description'][app()->getLocale()] ?? '' }} |
2 | --}}
{{ $data['works_2_description'][app()->getLocale()] ?? '' }} |