@section('content')
Showing {{$products->count()}} of {{$count}} Products
@foreach($products as $product)
{{-- {{ $product->default_image_url }}--}} {{$product->name}} {{--
--}} {{-- add to wishlist--}} {{-- Quick view--}} {{-- Compare--}} {{--
--}}

{{$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')