mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-22 22:04:17 +00:00
send email to notify customer about china bankslip and instruction to upload po
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ Route::get('password/reset/{token}', 'Auth\ResetPasswordController@showResetForm
|
||||
Route::post('password/reset', 'Auth\ResetPasswordController@postReset')->name('password.reset');
|
||||
|
||||
Route::get('mail', function () {
|
||||
$booking = App\Invoice::find(9323);
|
||||
$booking = \App\Booking::find(9323);
|
||||
|
||||
return (new App\Notifications\UploadPo($booking))
|
||||
->toMail($booking->user);
|
||||
|
||||
Reference in New Issue
Block a user