update message.html
This commit is contained in:
parent
2778a5f2cb
commit
dbe42b7dff
|
|
@ -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');
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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> -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue