@extends('layout.basic_front') @section("content")

{{trans("header_footer.Product_btn")}}

{{-- --}}
@if(isset($productimgs[$product->id]))
@if(Session::get('set_lang')=='en') {{$product->title_en}} @else {{$product->title_tw}} @endif
@if(Session::get('set_lang')=='en')

{{$product->title_en}}

{{$product->description_en}}
@else

{{$product->title_tw}}

{{$product->description_tw}}
@endif
@endif
@stop