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

{{trans('front.productOther')}}

@foreach($productsFainlys as $iddds=> $proFianl)
@if($proFianl->isfavourite == 0) @else @endif @if($proFianl->CountColor ==0) {{$proFianl->name}} @else {{$proFianl->name}} @endif

{{trans('front.new')}}

{{$proFianl->name}} {{$proFianl->name}}
{{$proFianl->price_after_discount}}@if($proFianl->price != 0){{$proFianl->price}}@endif
    @for($i=0;$i < $proFianl->stars ;$i++ )
  • @endfor @for($i=0;$i < (5-$proFianl->stars) ;$i++ )
  • @endfor
@endforeach

{{trans('front.Categearyes')}}

{{--

بزيارة صفحة متجرنا لمعرفة جميع الميزات الرئيسية لمتجرك

--}}
@foreach($categories as $keyy=>$cate) @if($keyy==0)
@elseif($keyy==1 ||$keyy==2 ) @elseif($keyy==3)
@endif @endforeach

{{trans('front.spaiclProduct')}}

{{--

بزيارة صفحة متجرنا لمعرفة جميع الميزات الرئيسية لمتجرك

--}}
@foreach($productsSpecial as $productsSpecia)
@if($productsSpecia->isfavourite == 0) @else @endif @if($productsSpecia->CountColor ==0) {{$productsSpecia->name}} @else ORBIT STAR @endif

{{trans('front.Special')}}

{{$productsSpecia->name}} {{$productsSpecia->name}}
{{$productsSpecia->price_after_discount}}@if($productsSpecia->price != 0){{$productsSpecia->price}}@endif
    @for($i=0;$i < $productsSpecia->stars ;$i++ )
  • @endfor @for($i=0;$i < (5-$productsSpecia->stars) ;$i++ )
  • @endfor
@endforeach
@endsection