user_id !== (int) $request->user()->id) { abort(403); } $order->load('items.product'); return view('shop.order', [ 'order' => $order, ]); } }