@extends('frontend::layouts.master') @section('content') @if (!empty($pop_up[0]) && empty($page_init['popup'])) @endif @if (!empty($banners)) @endif @if (!empty($about['detail']))
@endif @if (!empty($products['list'][0]))
{!! $link_products['desc'] ?? '' !!} {{ __('frontend::lang.btn.view_all') }}
@endif @if (!empty($news['list'][0]))
{!! $link_news['desc'] ?? '' !!} {{ __('frontend::lang.btn.view_all') }}
@endif @if (!empty($link_contact['status']))
{!! $link_contact['desc'] ?? '' !!}
@endif @endsection @section('scripts') @endsection