replaced string
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user