mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
Add ETA for booking table
This commit is contained in:
@@ -238,6 +238,7 @@ class BookingController extends Controller
|
||||
$booking->rmb_book_amount = $request->input('amount');
|
||||
$booking->status = 2;
|
||||
$booking->bia = $bia;
|
||||
$booking->estimated_arrival_time = $request->input('estimated_arrival_time');
|
||||
// $booking->user_id = $user->id;
|
||||
$booking->user()->associate($user);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user