@extends('frontend::layouts.master') @section('content') @if (!empty($landing)) @livewire('frontend::list.landing', ['landing' => $landing]) @endif @if (!empty($banners)) @endif @if (!empty($about['dt']['detail']))
{!! $about['dt']['detail'] ?? '' !!}
@endif @if (!empty($products['list']))
{!! mwz_getTextString($products['menu']['desc'] ?? '') !!} {{ __('frontend::text.view_all') }}
@endif @if (!empty($our_customers['dt']['detail']))
{!! mwz_getTextString($our_customers['menu']['desc'] ?? '') !!}
{!! $our_customers['dt']['detail'] ?? '' !!}
@endif @if (!empty($news['list']))
{!! mwz_getTextString($news['menu']['desc'] ?? '') !!} {{ __('frontend::text.view_all') }}
@endif @if (!empty($contact['menu']['desc']))
{!! mwz_getTextString($contact['menu']['desc'] ?? '') !!}
@endif @endsection @section('scripts') @endsection