-                            {{ trans_choice($textCategory, 1) }}:
-                        
-                    @endif
+                @if (!$hideCategory)
+                    
-                    @if (!$hidePaidAt)
-                        
-                            @date($transaction->paid_at)
-                        
-                    @endif
+                @stack('name_input_start')
+                @if (!$hideContactName)
+                    
+                        | +                            {{ $transaction->contact->name }} ++
 | 
+                @endif
+                @stack('name_input_end')
 
-                    @if (!$hideAccount)
-                        
-                            {{ $transaction->account->name }}
-                        
-                    @endif
+                @stack('address_input_start')
+                @if (!$hideContactAddress)
+                    
+                        | + +{!! nl2br($transaction->contact->address) !!}+ | 
+                @endif
+                @stack('address_input_end')
 
-                    @if (!$hideCategory)
-                        
-                            {{ $transaction->category->name }}
-                        
-                    @endif
-
-                    @if (!$hidePaymentMethods)
-                        
-                            {{ $payment_methods[$transaction->payment_method] }}
-                        
-                    @endif
-
-                    @if (!$hideReference)
-                        
-                            {{ $transaction->reference }}
-                        
-                    @endif
-
-                    @if (!$hideDescription)
-                        
-                            {!! nl2br($transaction->description) !!}
-                        
-                    @endif
-                
-                    
{{ trans($textPaidBy) }}
-
-                    @if ($hideContactInfo)
-                        
{{ trans($textContactInfo) }}
-                    @endif
-
-                    @stack('name_input_start')
-                    @if (!$hideContactName)
-                        
{{ $transaction->contact->name }}
-                    @endif
-                    @stack('name_input_end')
-
-                    @stack('address_input_start')
-                    @if (!$hideContactAddress)
-                        
{!! nl2br($transaction->contact->address) !!}
-                    @endif
-                    @stack('address_input_end')
-
-                    @stack('tax_number_input_start')
-                    @if (!$hideContactTaxNumber)
-                        
-                            @if ($transaction->contact->tax_number)
+                @stack('tax_number_input_start')
+                @if (!$hideContactTaxNumber)
+                    
+                        | + +
+                                @if ($transaction->contact->tax_number)
                                 {{ trans('general.tax_number') }}: {{ $transaction->contact->tax_number }}
-                            @endif
-                        -                    @endif
-                    @stack('tax_number_input_end')
+                                @endif
+                            
+ | 
+                @endif
+                @stack('tax_number_input_end')
 
-                    @stack('phone_input_start')
-                    @if (!$hideContactPhone)
-                        
-                            @if ($transaction->contact->phone)
+                @stack('phone_input_start')
+                @if (!$hideContactPhone)
+                    
+                        | + +
+                                @if ($transaction->contact->phone)
                                 {{ $transaction->contact->phone }}
-                            @endif
-                        -                    @endif
-                    @stack('phone_input_end')
-
-                    @stack('email_start')
-                    @if (!$hideContactEmail)
- 
-                            {{ $transaction->contact->email }}
-                        -                    @endif
-                    @stack('email_input_end')
-                
-            @endif
-        
+                                @endif
+                            
+ | 
+                @endif
+                @stack('phone_input_end')
 
+                @stack('email_start')
+                @if (!$hideContactEmail)
+                    
+                        | + +
+                                {{ $transaction->contact->email }}
+                            + | 
+                @endif
+                @stack('email_input_end')
+                @endif
+