コード例 #1
0
 public function detail($id)
 {
     $rr = ReserveRoom::find($id);
     return response()->json($rr);
 }