first(); if ($product == null) { abort(404); } return view('shop.product-fashion',[ 'product' => $product, ]); } }