@extends('master') @section('content') {{$breadcrumbs}} @foreach($product as $row) {{$row->product_name}} @if($row->price_visible == 1 && count($row->sizes)>0) ${{number_format($row->sizes[0]->price,2)}} @endif {{$row->short_description}} {{-- - --}} @if($row->price_visible == 1 && count($row->sizes)>0) ${{number_format($row->sizes[0]->price,2)}} @endif View Product Warning: Invalid argument supplied for foreach() in /home/techcity/public_html/buytibetanrugs.techcity.com.np/resources/views/catalogue/index.blade.php on line 45 {{$count_rating}} Review{{$count_rating>1?'s':''}} @endforeach {!! $product->appends(Input::get())->render() !!} {{-- {!! $product->appends(Input::get())->render() !!} --}} @stop @section('scriptBlock') @stop
{{$row->product_name}}
{{$row->short_description}}
-
${{number_format($row->sizes[0]->price,2)}}
View Product