replaced string
This commit is contained in:
parent
81cdcb002f
commit
2adfa7fbcd
@ -100,7 +100,7 @@
|
|||||||
<x-slot name="body" class="block" override="class">
|
<x-slot name="body" class="block" override="class">
|
||||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
{{ trans('invoices.payment_received') }} :
|
{{ trans('invoices.paymentd_received') }}:
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@if ($invoice->transactions->count())
|
@if ($invoice->transactions->count())
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
<x-slot name="body" class="block" override="class">
|
<x-slot name="body" class="block" override="class">
|
||||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
{{ trans('invoices.payment_received') }} :
|
{{ trans('invoices.payments_received') }}:
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@if ($invoice->transactions->count())
|
@if ($invoice->transactions->count())
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
<x-slot name="body" class="block" override="class">
|
<x-slot name="body" class="block" override="class">
|
||||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
{{ trans('invoices.payment_received') }} :
|
{{ trans('invoices.payments_received') }}:
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@if ($invoice->transactions->count())
|
@if ($invoice->transactions->count())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user