@extends('frontend::layouts.master') @section('content') @if (!empty($banner)) @endif @if (!empty($article['detail']))
{!! $article['detail'] !!}
@endif @if (!empty($machines) || !empty($film))

@lang('frontend::text.title.our_products')

@lang('frontend::text.title.packaging_standards_redefined')

@if (!empty($machines))
{!! $machines['name'] ?? '' !!}
{!! $machines['name'] ?? '' !!}
{!! $machines['text'] ?? '' !!}
@endif @if (!empty($film))
{!! $film['name'] ?? '' !!}
{!! $film['name'] ?? '' !!}
{{--
{!! $film['name'] ?? '' !!}
--}}
{!! $film['text'] ?? '' !!}
@endif
@endif @if (!empty($contact)) @endif @endsection