mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
add load more pagination of notificaiton
This commit is contained in:
@@ -359,8 +359,9 @@ class BookingController extends Controller
|
||||
// $booking->usd_book_cnap = $request->input('usd_book_cnap');
|
||||
// $booking->usd_book_bank_branch = $request->input('usd_book_bank_branch');
|
||||
// $booking->verification_status = $request->input('verification_status');
|
||||
// return response()->json($booking, 201);
|
||||
$booking->save();
|
||||
//return response()->json('error', 400);
|
||||
// return response()->json('error', 400);
|
||||
return response()->json($booking, 201);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user