update message.htm
This commit is contained in:
parent
f509a92731
commit
2778a5f2cb
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue