3
0
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:
Godfrey M
2025-07-15 11:00:39 -07:00
parent 64d397c3f3
commit 2244eebc3b
5 changed files with 149 additions and 1 deletions

View File

@ -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
*/