@php $about_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::ABOUT_SECTION); $about = App\Models\Admin\SiteSections::getData($about_slug)->first(); $defualt = get_default_language_code() ?? 'en'; $app_local_lang = $default_language_code; @endphp
shape
about
{{ __(@$about->value->language->$defualt->fitst_section_title??@$about->value->language->$app_local_lang->fitst_section_title) }}

{{ __( @$about->value->language->$defualt->fitst_section_heading ?? @$about->value->language->$app_local_lang->fitst_section_heading) }}

{{ __(@$about->value->language->$defualt->first_section_sub_heading ?? @$about->value->language->$app_local_lang->first_section_sub_heading) }}

{{ __(@$about->value->language->$defualt->second_section_title ?? @$about->value->language->$app_local_lang->second_section_title) }}

{{ __(@$about->value->language->$defualt->second_section_heading ?? @$about->value->language->$app_local_lang->second_section_heading) }}

{{ __(@$about->value->language->$defualt->second_section_sub_heading??@$about->value->language->$app_local_lang->second_section_sub_heading) }}

    @if(isset($about->value->items)) @foreach($about->value->items ?? [] as $key => $item)
  • {{__( $item->language->$defualt->title ?? $item->language->$app_local_lang->title) }}
  • @endforeach @endif