@php $newArrivals = DB::table('products')->where('status', 1)->latest()->take(4)->get(); $newArrivals1 = DB::table('products')->where('status', 1)->latest()->first(); @endphp
{{--

Best Product Deals

Get a 20% Cashback when buying From eShop.

--}}
@foreach($newArrivals as $data) @endforeach