@extends('frontend::layouts.master') @section('content') @if (!empty($about['dt'])) {!! $about['dt']['name'] ?? ''!!} {!! $about['dt']['detail'] ?? '' !!} {{ __('frontend::text.read_more') }} . @endif @if (!empty($partner)) @foreach ($partner as $item) @endforeach @endif @if (!empty($products['list'])) @lang('frontend::text.all_products') @foreach ($products['list'] as $list) {!! $list['name'] ?? ''!!} @lang('frontend::text.view_more_details') @endforeach @lang('frontend::text.view_all') @endif @if (!empty($products['recommended_list'])) @lang('frontend::text.recommended_products') @foreach ($products['recommended_list'] as $product) {{ $product['name'] ?? '' }} {{ $product['desc'] }} @lang('frontend::text.view_more_details') @endforeach @lang('frontend::text.view_all') @endif @if (!empty($faq)) @lang('frontend::text.trusted_by') @lang('frontend::text.frequently_asked_questions') @foreach ($faq as $n => $item) {!! $item['name'] ?? '' !!} {!! $item['desc'] ?? '' !!} @endforeach @endif @if (!empty($service['list'])) @if (!empty($service['dt'])) {!! $service['dt']['name'] ?? '' !!} {!! $service['dt']['detail'] ?? '' !!} @endif @foreach ($service['list'] as $item) {!! $item['name'] ?? '' !!} {!! $item['desc'] ?? '' !!} @endforeach @endif @if (!empty($showcase['list'])) @lang('frontend::text.showcase_title') @lang('frontend::text.view_all') @foreach ($showcase['list'] ?? [] as $item) @include('frontend::partials.portfolio-card', [ 'item' => $item, 'showDetailBtn' => false, 'carouselSlot' => true, ]) @endforeach @endif @if (!empty($news['list'])) @lang('frontend::text.news_title') @lang('frontend::text.view_all') @foreach ($news['list'] as $article) {{ $article['category'] ?? '' }} {!! $article['name'] ?? '' !!} {{ $article['publish_at'] ?? '' }} @endforeach @endif @if (!empty($promotion)) @foreach ($promotion as $item) @if (!empty($item['type'] and $item['type'] == 'image')) @endif @endforeach @endif @endsection
{{ $product['desc'] }}
@lang('frontend::text.trusted_by')
{!! $item['desc'] ?? '' !!}
{{ $article['publish_at'] ?? '' }}