@extends('front.index') @section('meta_title') @lang('front.products')@endsection @section('meta_des') @lang('front.products') @endsection @section('meta_key') @lang('front.products')@endsection @section('content') @lang('front.products') @lang('front.home') @lang('front.products') @lang('front.ChoserCategary') @if($categories->count()>0) @foreach($categories as $k=>$categrry) id, @request()->cate)) checked="checked" @endif> {{$categrry->name}} @endforeach @else {{trans('front.NoDataProduct')}} @endif {{trans('front.brand')}} @if($brands->count()>0) @foreach($brands as $k=>$brnd) id, @request()->brand)) checked="checked" @endif> {{$brnd->name}} @endforeach @else {{trans('front.NoDataProduct')}} @endif @lang('front.search') @lang('front.products') ({{$products->total()}}) {{-- --}} {{-- --}} {{-- ترتيب حسب--}} {{-- التاريخ --}} {{-- --}} {{-- --}} @if($products->count()>0) @foreach($products as $product) @if($product->isfavourite == 0) @else @endif @if($product->CountColor ==0) @else @endif @if($product->special) {{trans('front.Special')}} @endif {{$product->name}} {{$product->price_after_discount}}@if($product->price != 0){{$product->price}}@endif @for($i=0;$i < $product->stars ;$i++ ) @endfor @for($i=0;$i < (5-$product->stars) ;$i++ ) @endfor @endforeach @else {{trans('front.NoDataProduct')}} @endif @if($products->count()>0) {{$products->appends(\Request::except('_token'))->render()}} @endif
{{trans('front.Special')}}