@extends('frontend.layout.app') @section('content') {{ __('title site') }} {{ $landing->hero?->value['desc.' . app()->getLocale()] }} Google Play App Store @php $sections = array_values( array_filter($landing->sections->value, function ($section) { return $section['active'] == 1; }), ); @endphp @foreach ($sections as $key => $section) {{ $section['title.' . app()->getLocale()] }} {{ $section['desc.' . app()->getLocale()] }} @endforeach @lang('site.Gallery') {{ $landing->gallary->value['desc.' . app()->getLocale()] }} @foreach ($landing->gallary->value['images'] as $image) @endforeach @endsection
{{ $landing->gallary->value['desc.' . app()->getLocale()] }}