@php $items = array( array( 'image' => 'stock/600x400/img-20.jpg', 'title' => 'Premium Coffee', 'desc' => 'Arabica Specialty Brand' ), array( 'image' => 'stock/600x400/img-25.jpg', 'title' => 'Light Sneakers', 'desc' => 'The Best Lightweight Sneakers' ), array( 'image' => 'stock/600x400/img-24.jpg', 'title' => 'Red Boots', 'desc' => 'All Season Boots' ), array( 'image' => 'stock/600x400/img-19.jpg', 'title' => 'Wall Decoration', 'desc' => 'Creative & Easy To Install' ), array( 'image' => 'stock/600x400/img-27.jpg', 'title' => 'Home Confort', 'desc' => 'Smart Air Purifier' ) ); @endphp