@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

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

{!! !empty($data['about']['home_about']['description']) ? $data['about']['home_about']['description'] : '' !!}

@if (!empty($page_init['menu_header']['data_header'])) @foreach ($page_init['menu_header']['data_header'] as $item) @if (!empty($item['status']) && $item['status'] == 1 && $item['id'] == 2) @lang('frontend::lang.index_02') @endif @endforeach @endif

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

{!! !empty($data['about']['home_about']['description_b']) ? $data['about']['home_about']['description_b'] : '' !!}

@if (!empty($data['category'])) @foreach ($data['category'] as $item) @if (!empty($item['status']) && $item['status'] == 1 && $item['id'] == 1) @endif @if (!empty($item['status']) && $item['status'] == 1 && $item['id'] == 2) @endif @if (!empty($item['status']) && $item['status'] == 1 && $item['id'] == 3) @endif @if (!empty($item['status']) && $item['status'] == 1 && $item['id'] == 4) @endif @endforeach @endif

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

@if (!empty($page_init['contact']['line_url'])) @endif @if (!empty($page_init['contact']['instagram_url'])) @endif @if (!empty($page_init['contact']['facebook_url'])) @endif
@include('frontend::layouts.assets.footer')
@endsection @section('script') @endsection