send email to notify customer about china bankslip and instruction to upload po

This commit is contained in:
omair saleh
2020-09-29 15:31:11 +08:00
parent fbf1c7ec13
commit 584be8af36
+1 -1
View File
@@ -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);