update message.html

This commit is contained in:
gerchek 2022-03-27 13:03:53 +05:00
parent 2778a5f2cb
commit dbe42b7dff
2 changed files with 4 additions and 4 deletions

View File

@ -285,7 +285,7 @@ Route::group(['prefix' => 'api'], function() {
Mail::send('vdomah.jwtauth::mail.message', $vars, function($message) {
$message->to('digital.tps2018@gmail.com', 'Admin Person');
$message->to('gerchekgerchek1@gmail.com', 'Admin Person');
$message->subject('This is a reminder');
});

View File

@ -44,6 +44,6 @@
</tbody>
<div class="table_bg" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 70%; height: 70%; ">
<img src="{{ asset('themes/form/assets/images/logo-bg.png') }}" alt="logo-bg" style="width: 100%; height: 100%; object-fit: contain; -o-object-fit: contain;">
</div>
<!-- <div class="table_bg" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 70%; height: 70%; ">
<img src="{{ asset('themes/form/assets/images/logo-bg.png') }}" alt="logo-bg" style="width: 100%; height: 100%; object-fit: contain; -o-object-fit: contain;">
</div> -->