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())
|
||||||
@ -149,4 +149,4 @@
|
|||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
<x-script folder="portal" file="apps" />
|
<x-script folder="portal" file="apps" />
|
||||||
</x-layouts.preview>
|
</x-layouts.preview>
|
||||||
|
@ -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())
|
||||||
|
@ -103,13 +103,13 @@
|
|||||||
description=""
|
description=""
|
||||||
/>
|
/>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
<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())
|
||||||
@foreach ($invoice->transactions as $transaction)
|
@foreach ($invoice->transactions as $transaction)
|
||||||
<div class="my-2">
|
<div class="my-2">
|
||||||
@ -157,4 +157,4 @@
|
|||||||
|
|
||||||
<x-script folder="portal" file="apps" />
|
<x-script folder="portal" file="apps" />
|
||||||
</x-layouts.signed>
|
</x-layouts.signed>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user