@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@include('frontend::layouts.assets.head_banner') @if (!empty($data['blog'])) @foreach ($data['blog'] as $blog)
@if (!empty($blog['image']))
@endif
{!! !empty($blog['detail']) ? $blog['detail'] : '' !!} @lang('frontend::lang.about')
@endforeach @endif @if (!empty($data['category']))

@lang('frontend::lang.our')

@lang('frontend::lang.products')

@lang('frontend::lang.view_more')

@lang('frontend::lang.category')

@endif @if (!empty($data['catalog_index']) || !empty($data['career_index']) || !empty($data['about_index'])) @endif @if (!empty($data['news']))
@endif
@endsection @section('script') @endsection