@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;" : '' ; $titleColor = array_key_exists('title_color', $data) && $data['title_color'] ? "color: {$data['title_color']} !important;" : '' ; $headingTitleColor = array_key_exists('heading_title_color', $data) && $data['heading_title_color'] ? "color: {$data['heading_title_color']} !important;" : '' ; @endphp @if(array_key_exists('display', $data) && $data['display'])

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

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

good hands graphic good hands graphic
  • {{$data['section_heading1_title'][app()->getLocale()] ?? ''}}

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

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

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

@endif