@extends('front.index') @section('meta_title'){{trans('front.Categories')}} @endsection @section('meta_des'){{trans('front.Categories')}} @endsection @section('meta_key'){{trans('front.Categories')}} @endsection @section('content')

{{$products->total()}} {{trans('front.Products-found')}}

@if($products->count()>0) @foreach($products as $product ) @php $dbState=0; if(empty(@$product->StarRating['avarage'])){ $dbState = $product->stars; }else{ $dbState = @$product->StarRating['avarage'];} @endphp
{{$product->name}}
{{$product->discount}}%
{{@$product->Vendor->UserVendors[0]->name}}
{{$product->name}}
{{$product->CountProductReviews}}

{{$product->price_after_discount}} {{$product->price}}

{{$product->name}}

{{$product->price_after_discount}} {{$product->price}}

@endforeach @else {{trans('front.noData')}} @endif
    @if($products->count()>0) {{$products->appends(\Request::except('_token'))->render()}} @endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Apple iPhone Retina 6s Plus 64GB--}} {{--

Sold by:ROBERT’S STORE

--}} {{--
    --}} {{--
  • Unrestrained and portable active stereo speaker
  • --}} {{--
  • Free from the confines of wires and chords
  • --}} {{--
  • 20 hours of portable capabilities
  • --}} {{--
  • Double-ended Coil Cord with 3.5mm Stereo Plugs Included
  • --}} {{--
  • 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--

$1310.00

Add to cart--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{-- --}} {{--
--}} {{--
--}}
@endsection