gurl_o/plugins/tps/birzha/views/mail/payment_recieved.htm

117 lines
6.0 KiB
HTML

layout="birzha_empty"
==
<div id="wrapper" style=" margin: 10px;">
<div class="inner">
<!-- Tm -->
<table class="mail" style="border: 1px solid #003197; border-radius: 5px; overflow: hidden; width: 100%; border-spacing: 0;">
<tr style="background-image: url({{ asset('themes/birzha/assets/images/footer-bg.png') }})">
<th class="header" style="padding: 0; position: relative;">
<div class="header_row" style=" display: flex; align-items: center; padding: 10px 20px;">
<div class="logo" style="width: 44px; height: 44px; margin-right: 20px; position: relative; z-index: 2;">
<img style=" width: 100%; height: 100%; object-fit: contain; -o-object-fit: contain;" src="{{asset('themes/birzha/assets/images/mini-logo.png')}}" alt="logo">
</div>
<h1 class="title" style="font-size: 16px; text-align: left; font-weight: 700; line-height: 1.5; color: #fff; width: calc(100% - 60px);">
Täze töleg
</h1>
</div>
</th>
</tr>
<tbody class="content">
<tr>
<td style="padding: 30px 0 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
Salam, admin.
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
Size <span>({{ payment.user.email }})</span> tarapyndan
täze tölegiň geçendigi barada habar edýäris.
</p>
</td>
</tr>
</tbody>
</table>
<!-- End tm -->
<br>
<!-- Ru -->
<table class="mail" style="border: 1px solid #003197; border-radius: 5px; overflow: hidden; width: 100%; border-spacing: 0;">
<tr style="background-image: url({{ asset('themes/birzha/assets/images/footer-bg.png') }})">
<th class="header" style="padding: 0; position: relative;">
<div class="header_row" style=" display: flex; align-items: center; padding: 10px 20px;">
<div class="logo" style="width: 44px; height: 44px; margin-right: 20px; position: relative; z-index: 2;">
<img style=" width: 100%; height: 100%; object-fit: contain; -o-object-fit: contain;" src="{{asset('themes/birzha/assets/images/mini-logo.png')}}" alt="logo">
</div>
<h1 class="title" style="font-size: 16px; text-align: left; font-weight: 700; line-height: 1.5; color: #fff; width: calc(100% - 60px);">
Новый запрос на проверку (квитанция).
</h1>
</div>
</th>
</tr>
<tbody class="content">
<tr>
<td style="padding: 30px 0 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
Здравствуйте, admin.
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
Вам поступил новый запрос от <span>({{ payment.user.email }})</span> на проверку квитанции
</p>
</td>
</tr>
</tbody>
</table>
<!-- End ru -->
<br>
<!-- Eng -->
<table class="mail" style="border: 1px solid #003197; border-radius: 5px; overflow: hidden; width: 100%; border-spacing: 0;">
<tr style="background-image: url({{ asset('themes/birzha/assets/images/footer-bg.png') }})">
<th class="header" style="padding: 0; position: relative;">
<div class="header_row" style=" display: flex; align-items: center; padding: 10px 20px;">
<div class="logo" style="width: 44px; height: 44px; margin-right: 20px; position: relative; z-index: 2;">
<img style=" width: 100%; height: 100%; object-fit: contain; -o-object-fit: contain;" src="{{asset('themes/birzha/assets/images/mini-logo.png')}}" alt="logo">
</div>
<h1 class="title" style="font-size: 16px; text-align: left; font-weight: 700; line-height: 1.5; color: #fff; width: calc(100% - 60px);">
New payment has been recieved
</h1>
</div>
</th>
</tr>
<tbody class="content">
<tr>
<td style="padding: 30px 0 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
Hello, admin.
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
You have got a new payment from <span>({{ payment.user.email }})</span>.
</p>
</td>
</tr>
</tbody>
</table>
<!-- End eng -->
</div>
</div>