@section('content') House Nutrition Shop Showing {{$products->count()}} of {{$count}} Products @foreach($products as $product) {{-- {{ $product->default_image_url }}--}} {{-- --}} {{-- add to wishlist--}} {{-- Quick view--}} {{-- Compare--}} {{-- --}} Acheter {{$product->brand_name}} - {{$product->category_name}} {{$product->name}} {{$product->detail}} TND {{-- Was $290.00--}} @endforeach {{ $products->links() }} @stop @include('website.layouts.header') @include('website.layouts.topbar') @include('website.layouts.footer') @yield('header') {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} @yield('topbar') @yield('sidebar') @yield('content') @yield('footer') {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} < {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} @include('admin.end')