mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Quick test on dev server
This commit is contained in:
@@ -1233,3 +1233,7 @@ Route::get('/accident-approve-invoice', function(){
|
||||
echo '<a href="'.route('order.v2.show', $orderMarking).'" target="_blank">'.$orderMarking.'</a><br>';
|
||||
}
|
||||
});
|
||||
|
||||
Route::get('/check', function (Request $request){
|
||||
dd(json_encode(Carbon::parse($request->input('start_date'))));
|
||||
})->name('check');
|
||||
|
||||
Reference in New Issue
Block a user