@extends('layouts.front.main') @section('page_title','Product') @section('breadcrumb_title') @stop @section('page_style') @stop @section('content')
@if (isset($products) && sizeof($products)>0) @foreach ($products as $index=>$product) @if ($index%2==0)

@if (isset($product->logo) && $product->logo!="" && file_exists(config('config.config_pathUpload').'/products/'.$product->pathFile.'/'.$product->logo)) @endif

{!! $product->title !!}

{!! $product->content !!}
VIEW MORE
@if (isset($product->thumb) && $product->thumb!="" && file_exists(config('config.config_pathUpload').'/products/'.$product->pathFile.'/'.$product->thumb)) @endif
@else
@if (isset($product->thumb) && $product->thumb!="" && file_exists(config('config.config_pathUpload').'/products/'.$product->pathFile.'/'.$product->thumb)) @endif

@if (isset($product->logo) && $product->logo!="" && file_exists(config('config.config_pathUpload').'/products/'.$product->pathFile.'/'.$product->logo)) @endif

{!! $product->title !!}

{!! $product->content !!}
VIEW MORE
@endif @endforeach @endif {{--

Food 100%Natural Product

  • High quality of raw materials.
  • Good quality.
  • Great taste.
  • No artifical color or flavor adde.
VIEW MORE

"Authentic Natural Therapy” To sleep deeply, your body needs complete relaxation

Latex foam breathes better than any kind of foam and because of this will stay extraordinarily cool

VIEW MORE
--}} @stop @section('page_script') @stop