Example #1
0
 public function show($id)
 {
     return view('catalog.cart.invoice')->with(App\Cart::find($id));
 }