replaced string
This commit is contained in:
parent
81cdcb002f
commit
2adfa7fbcd
@ -100,7 +100,7 @@
|
||||
<x-slot name="body" class="block" override="class">
|
||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||
<span class="font-medium">
|
||||
{{ trans('invoices.payment_received') }} :
|
||||
{{ trans('invoices.paymentd_received') }}:
|
||||
</span>
|
||||
|
||||
@if ($invoice->transactions->count())
|
||||
@ -149,4 +149,4 @@
|
||||
@endpush
|
||||
|
||||
<x-script folder="portal" file="apps" />
|
||||
</x-layouts.preview>
|
||||
</x-layouts.preview>
|
||||
|
@ -98,7 +98,7 @@
|
||||
<x-slot name="body" class="block" override="class">
|
||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||
<span class="font-medium">
|
||||
{{ trans('invoices.payment_received') }} :
|
||||
{{ trans('invoices.payments_received') }}:
|
||||
</span>
|
||||
|
||||
@if ($invoice->transactions->count())
|
||||
|
@ -103,13 +103,13 @@
|
||||
description=""
|
||||
/>
|
||||
</x-slot>
|
||||
|
||||
|
||||
<x-slot name="body" class="block" override="class">
|
||||
<div class="text-xs mt-1" style="margin-left: 0 !important;">
|
||||
<span class="font-medium">
|
||||
{{ trans('invoices.payment_received') }} :
|
||||
{{ trans('invoices.payments_received') }}:
|
||||
</span>
|
||||
|
||||
|
||||
@if ($invoice->transactions->count())
|
||||
@foreach ($invoice->transactions as $transaction)
|
||||
<div class="my-2">
|
||||
@ -157,4 +157,4 @@
|
||||
|
||||
<x-script folder="portal" file="apps" />
|
||||
</x-layouts.signed>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user