@if ($categories->count() > 0)
@foreach ($categories as $cateTop)
@endforeach
@else
@endif
{{ trans('front.productOther') }}
@if ($productsFainlys->count() > 0)
@foreach ($productsFainlys as $iddds => $proFianl)
{{-- --}}
@endforeach
@endif
{{ $proFianl->item_name }}
@if (@$proFianl->discount != 0)
{{ @$proFianl->price_after_discount }}
@else
{{ @$proFianl->price }}
@endif {{ trans('front.KD') }}
@if (@$proFianl->discount != 0)
{{ @$proFianl->price }}
{{ trans('front.KD') }}{{ @$proFianl->discount }}%
@else
@endif
- {{ trans('front.Add-to-fave') }} @if ($proFianl->quantity != 0)
- {{ trans('front.Add-to-cart') }} @else
- {{ trans('front.out_of_stock') }} @endif
{{ trans('front.productBestSeller') }}
@if ($productsSpecial->count() > 0)
@foreach ($productsSpecial as $productsSpecia)
@endforeach
@else
@endif
{{ $productsSpecia->item_name }}
@if (@$productsSpecia->discount != 0)
{{ @$productsSpecia->price_after_discount }}
@else
{{ @$productsSpecia->price }}
@endif {{ trans('front.KD') }}
@if (@$productsSpecia->discount != 0)
{{ @$productsSpecia->price }}
{{ trans('front.KD') }} {{ @$productsSpecia->discount }}%
@else
@endif
- {{ trans('front.Add-to-fave') }} @if ($productsSpecia->quantity != 0)
- {{ trans('front.Add-to-cart') }} @else
- {{ trans('front.out_of_stock') }} @endif
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- {{trans('front.spaiclProduct')}}
--}} {{-- --}}
{{-- @if ($productsLast->count() > 0) --}}
{{-- @foreach ($productsLast as $iddds => $getProduct) --}}
{{-- --}}
{{-- @endforeach --}}
{{-- @else --}}
{{-- @endif --}}
{{--
--}}
{{--