update message.htm

This commit is contained in:
gerchek 2022-03-27 07:38:32 +00:00
parent f509a92731
commit 2778a5f2cb
2 changed files with 8 additions and 5 deletions

View File

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

View File

@ -1,8 +1,8 @@
<thead>
<tr>
<th>
<div class="mail_row">
<div class="logo">
<div class="mail_row" style="align-items: center;">
<div class="logo" style="display: flex; align-items: center; justify-content: center;">
<img src="{{ asset('themes/form/assets/images/logo.png') }}" alt="logo">
</div>
<h1 class="mail_header-title">
@ -44,3 +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>