Pdf preview edited

This commit is contained in:
Burak Civan 2021-07-02 19:56:44 +03:00
parent 26fde89cf7
commit f87551b3e7

View File

@ -242,12 +242,12 @@
<td style="width:30%; padding-top:32px; padding-left: 25px;" valign="top"> <td style="width:30%; padding-top:32px; padding-left: 25px;" valign="top">
<table> <table>
<tr> <tr>
<td style="background-color: #6da252; -webkit-print-color-adjust: exact; width: 280px; font-weight:bold !important; display:block;"> <td style="background-color: #6da252; -webkit-print-color-adjust: exact; font-weight:bold !important; display:block;">
<h5 class="text-muted mb-0 text-white" style="font-size: 20px; color:#ffffff; text-align:center; margin-top: 16px;"> <h5 class="text-muted mb-0 text-white" style="font-size: 20px; color:#ffffff; text-align:center; margin-top: 16px;">
{{ trans($textAmount) }} {{ trans($textAmount) }}
</h5> </h5>
<p class="font-weight-bold mb-0 text-white" style="font-size: 32px; color:#ffffff; text-align:center;"> <p class="font-weight-bold mb-0 text-white" style="font-size: 26px; color:#ffffff; text-align:center;">
@money($transaction->amount, $transaction->currency_code, true) @money($transaction->amount, $transaction->currency_code, true)
</p> </p>
</td> </td>