@extends('front.front_layouts.main') @section('content') @include('front.front_component.category_slider')
@if(Route::currentRouteNamed('front.most_ordered_product'))

المنتجات الأكثر طلباً

@else

وصل حديثاًً

@endif
@forelse($products as $product)
@include('front.front_component.product')
@empty

لا يوجد نتائج

@endforelse
@endsection