{{__("Latest products")}}

@foreach(\App\Models\Product::where('status',1)->orderByDesc('id')->limit(4)->get() as $product) @endforeach