@extends('master') @section('content')
@foreach($product as $row)

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