{!! Html::style('dist/css/bootstrap-grid.min.css') !!} {!! Html::style('dist/css/bootstrap.min.css') !!} {!! Html::style('dist/css/mdb.min.css') !!} {!! Html::style('dist/css/app.min.css') !!} {!! Html::style('dist/css/aos.css') !!} TTDSHOP
@include('layouts.front.navbar')

{!! $home->title !!}

a wholly owned subsidiary of Treasure Group,distributes industrial food and non-food; cosmetics,beddings, processed foods, agricultural products,including bulk commodities to customers throughout China.

OUR Services

@if (isset($home->service_img1) && $home->service_img1!="" && file_exists(config('config.config_pathUpload').'/home/'.$home->pathFile.'/'.$home->service_img1)) @else @endif
{!! $home->service_title1 !!} {{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

--}}
@if (isset($home->service_img2) && $home->service_img2!="" && file_exists(config('config.config_pathUpload').'/home/'.$home->pathFile.'/'.$home->service_img2)) @else @endif
{!! $home->service_title2 !!} {{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

--}}
@if (isset($home->service_img3) && $home->service_img3!="" && file_exists(config('config.config_pathUpload').'/home/'.$home->pathFile.'/'.$home->service_img3)) @else @endif
{!! $home->service_title3 !!} {{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

--}}
@if (isset($home->service_img4) && $home->service_img4!="" && file_exists(config('config.config_pathUpload').'/home/'.$home->pathFile.'/'.$home->service_img4)) @else @endif
{!! $home->service_title4 !!}
@include('layouts.front.footer') {!! Html::script('dist/js/bootstrap.js') !!} {!! Html::script('dist/js/popper.min.js') !!} {!! Html::script('dist/js/mdb.min.js') !!} {!! Html::script('dist/js/aos.js') !!} {!! Html::script('dist/js/main.min.js') !!}