mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 09:35:32 +00:00
add Component Checkout Mail
This commit is contained in:
@ -52,7 +52,12 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
[LabelsController::class, 'show']
|
||||
)->where('labelName', '.*')->name('labels.show');
|
||||
|
||||
Route::get('/test-email', function () {
|
||||
$mailable = new \App\Mail\CheckoutComponentMail(
|
||||
|
||||
);
|
||||
return $mailable->render(); // dumps HTML
|
||||
});
|
||||
/*
|
||||
* Manufacturers
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user