@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
@endsection