diff --git a/resources/views/app/pdf/estimate/estimate1.blade.php b/resources/views/app/pdf/estimate/estimate1.blade.php index c50a5153..80067d64 100644 --- a/resources/views/app/pdf/estimate/estimate1.blade.php +++ b/resources/views/app/pdf/estimate/estimate1.blade.php @@ -1,10 +1,12 @@ + Estimate - + + -
+
-
+ @if($logo) - + @else - @if($estimate->user->company) - - @endif + @if($estimate->user->company) + + @endif @endif
-
+
-
-
+
+
@include('app.pdf.estimate.partials.company-address')
-
- +
+
- - + + - - + + - - + +
Estimate Number  {{$estimate->estimate_number}}Estimate Number  {{$estimate->estimate_number}}
Estimate Date  {{$estimate->formattedEstimateDate}}Estimate Date  {{$estimate->formattedEstimateDate}}
Expiry Date  {{$estimate->formattedExpiryDate}}Expiry Date  {{$estimate->formattedExpiryDate}}
-
-
+
+
@include('app.pdf.estimate.partials.billing-address')
@if($estimate->user->billingaddress) -
+
@else -
+
@endif - @include('app.pdf.estimate.partials.shipping-address') + @include('app.pdf.estimate.partials.shipping-address')
+
+
+ @include('app.pdf.estimate.partials.table') +
+ @include('app.pdf.estimate.partials.notes')
-
- @include('app.pdf.estimate.partials.table') -
- @include('app.pdf.estimate.partials.notes') -
+ diff --git a/resources/views/app/pdf/estimate/estimate2.blade.php b/resources/views/app/pdf/estimate/estimate2.blade.php index 8e14fa36..e7e9a96e 100644 --- a/resources/views/app/pdf/estimate/estimate2.blade.php +++ b/resources/views/app/pdf/estimate/estimate2.blade.php @@ -1,9 +1,11 @@ + Estimate - + + -
+
@if($logo) - -
- - @else - - @if($estimate->user->company) -

{{$estimate->user->company->name}}

- @endif - @endif +
+ + @else + + @if($estimate->user->company) +

{{$estimate->user->company->name}}

+ @endif + @endif
+

Estimate

{{$estimate->estimate_number}}

{{$estimate->formattedEstimateDate}}

@@ -426,24 +416,24 @@
-
-
+
+
@include('app.pdf.estimate.partials.company-address')
-
+
@include('app.pdf.estimate.partials.shipping-address')
@if($estimate->user->shippingaddress) -
+
@else -
+
@endif @include('app.pdf.estimate.partials.billing-address')
+ @include('app.pdf.estimate.partials.table') + @include('app.pdf.estimate.partials.notes')
- @include('app.pdf.estimate.partials.table') - @include('app.pdf.estimate.partials.notes') -
+ diff --git a/resources/views/app/pdf/estimate/estimate3.blade.php b/resources/views/app/pdf/estimate/estimate3.blade.php index 2d0da68d..fbba4bc5 100644 --- a/resources/views/app/pdf/estimate/estimate3.blade.php +++ b/resources/views/app/pdf/estimate/estimate3.blade.php @@ -1,10 +1,12 @@ + Estimate - + + -
+
@if($logo) - -
+ - @else + @else @if($estimate->user->company) - -

{{$estimate->user->company->name}}

+
+

{{$estimate->user->company->name}}

+ @endif @endif - @endif
+ @include('app.pdf.estimate.partials.company-address')
-
+
-
-
-
+
+
+
@include('app.pdf.estimate.partials.billing-address')
- @if($estimate->user->billingaddress) -
- @else -
- @endif - @include('app.pdf.estimate.partials.shipping-address') + @if($estimate->user->billingaddress) +
+ @else +
+ @endif + @include('app.pdf.estimate.partials.shipping-address') +
+
+
+ +
+ + + + + + + + + + + + + +
Estimate Number  {{$estimate->estimate_number}}
Estimate Date  {{$estimate->formattedEstimateDate}}
Expiry Date  {{$estimate->formattedExpiryDate}}
- -
- - - - - - - - - - - - - -
Estimate Number  {{$estimate->estimate_number}}
Estimate Date  {{$estimate->formattedEstimateDate}}
Expiry Date  {{$estimate->formattedExpiryDate}}
-
-
+ @include('app.pdf.estimate.partials.table') + @include('app.pdf.estimate.partials.notes')
- @include('app.pdf.estimate.partials.table') - @include('app.pdf.estimate.partials.notes')
+ diff --git a/resources/views/app/pdf/estimate/partials/billing-address.blade.php b/resources/views/app/pdf/estimate/partials/billing-address.blade.php index 2818a8b0..7054fdde 100644 --- a/resources/views/app/pdf/estimate/partials/billing-address.blade.php +++ b/resources/views/app/pdf/estimate/partials/billing-address.blade.php @@ -1,11 +1,11 @@ @if($estimate->user->billingaddress) -

Bill To,

+

Bill To,

@if($estimate->user->billingaddress->name) -

+

{{$estimate->user->billingaddress->name}}

@endif -

+

@if($estimate->user->billingaddress->address_street_1) {!! nl2br(htmlspecialchars($estimate->user->billingaddress->address_street_1)) !!}
@endif @@ -31,7 +31,7 @@ @endif @if($estimate->user->billingaddress->phone) -

+

Phone :{{$estimate->user->billingaddress->phone}}

@endif diff --git a/resources/views/app/pdf/estimate/partials/company-address.blade.php b/resources/views/app/pdf/estimate/partials/company-address.blade.php index f6cdb5c6..cd755178 100644 --- a/resources/views/app/pdf/estimate/partials/company-address.blade.php +++ b/resources/views/app/pdf/estimate/partials/company-address.blade.php @@ -3,7 +3,7 @@ @endif @if($company_address) -

+

@if($company_address->addresses[0]['address_street_1']) {!! nl2br(htmlspecialchars($company_address->addresses[0]['address_street_1'])) !!}
@endif diff --git a/resources/views/app/pdf/estimate/partials/shipping-address.blade.php b/resources/views/app/pdf/estimate/partials/shipping-address.blade.php index 90d34531..a7ccd6a3 100644 --- a/resources/views/app/pdf/estimate/partials/shipping-address.blade.php +++ b/resources/views/app/pdf/estimate/partials/shipping-address.blade.php @@ -1,11 +1,11 @@ @if($estimate->user->shippingaddress) -

Ship To,

+

Ship To,

@if($estimate->user->shippingaddress->name) -

+

{{$estimate->user->shippingaddress->name}}

@endif -

+

@if($estimate->user->shippingaddress->address_street_1) {!! nl2br(htmlspecialchars($estimate->user->shippingaddress->address_street_1)) !!}
@endif @@ -30,8 +30,8 @@ {{$estimate->user->shippingaddress->country->name}}
@endif - @if($estimate->user->phone) -

+ @if($estimate->user->shippingAddress->phone) +

Phone :{{$estimate->user->shippingaddress->phone}}

@endif diff --git a/resources/views/app/pdf/estimate/partials/table.blade.php b/resources/views/app/pdf/estimate/partials/table.blade.php index b5c1dee5..3e8934a6 100644 --- a/resources/views/app/pdf/estimate/partials/table.blade.php +++ b/resources/views/app/pdf/estimate/partials/table.blade.php @@ -1,50 +1,49 @@ - - - - - - +
#ItemsQuantityPrice
+ + + + + @if($estimate->discount_per_item === 'YES') - + @endif - + @php $index = 1 @endphp @foreach ($estimate->items as $item) - + @if($estimate->discount_per_item === 'YES') - @endif - @@ -63,74 +62,68 @@ @endforeach
#ItemsQuantityPriceDiscountDiscountAmountAmount
{{$index}} {{ $item->name }}
{!! nl2br(htmlspecialchars($item->description)) !!}
{{$item->quantity}} {!! format_money_pdf($item->price, $estimate->user->currency) !!} + @if($item->discount_type === 'fixed') {!! format_money_pdf($item->discount_val, $estimate->user->currency) !!} @endif @@ -53,7 +52,7 @@ @endif + {!! format_money_pdf($item->total, $estimate->user->currency) !!}
-
+
- - - - - - - @if ($estimate->tax_per_item === 'YES') - @for ($i = 0; $i < count($labels); $i++) - - - - - @endfor - @else - @foreach ($estimate->taxes as $tax) - - - - - @endforeach - @endif - - @if ($estimate->discount_per_item === 'NO') +
+
Subtotal{!! format_money_pdf($estimate->sub_total, $estimate->user->currency) !!}
- {{$labels[$i]}} - - {!! format_money_pdf($taxes[$i], $estimate->user->currency) !!} -
- {{$tax->name.' ('.$tax->percent.'%)'}} - - {!! format_money_pdf($tax->amount, $estimate->user->currency) !!} -
- - + + + + @if ($estimate->tax_per_item === 'YES') + @for ($i = 0; $i < count($labels); $i++) + + + + + @endfor + @else + @foreach ($estimate->taxes as $tax) + + + + + @endforeach + @endif + + @if ($estimate->discount_per_item === 'NO') + + + + + @endif + + + + + + + - @endif - - - - - - - - -
- @if($estimate->discount_type === 'fixed') - Discount - @endif - @if($estimate->discount_type === 'percentage') - Discount ({{$estimate->discount}}%) - @endif - - @if($estimate->discount_type === 'fixed') - {!! format_money_pdf($estimate->discount_val, $estimate->user->currency) !!} - @endif - @if($estimate->discount_type === 'percentage') - {!! format_money_pdf($estimate->discount_val, $estimate->user->currency) !!} - @endif + Subtotal{!! format_money_pdf($estimate->sub_total, $estimate->user->currency) !!}
+ {{$labels[$i]}} + + {!! format_money_pdf($taxes[$i], $estimate->user->currency) !!} +
+ {{$tax->name.' ('.$tax->percent.'%)'}} + + {!! format_money_pdf($tax->amount, $estimate->user->currency) !!} +
+ @if($estimate->discount_type === 'fixed') + Discount + @endif + @if($estimate->discount_type === 'percentage') + Discount ({{$estimate->discount}}%) + @endif + + @if($estimate->discount_type === 'fixed') + {!! format_money_pdf($estimate->discount_val, $estimate->user->currency) !!} + @endif + @if($estimate->discount_type === 'percentage') + {!! format_money_pdf($estimate->discount_val, $estimate->user->currency) !!} + @endif +
Total + {!! format_money_pdf($estimate->total, $estimate->user->currency)!!}
- - - {!! format_money_pdf($estimate->total, $estimate->user->currency)!!} -
+
+
diff --git a/resources/views/app/pdf/invoice/invoice1.blade.php b/resources/views/app/pdf/invoice/invoice1.blade.php index 801ec366..e41ce6fc 100644 --- a/resources/views/app/pdf/invoice/invoice1.blade.php +++ b/resources/views/app/pdf/invoice/invoice1.blade.php @@ -6,6 +6,7 @@ -
+
-
+ @if($logo) - + @else - @if($invoice->user->company) - - @endif + @if($invoice->user->company) + + @endif @endif
-
+
-
-
-
+
+
+
@include('app.pdf.invoice.partials.company-address')
-
+
- - + + - - + + - - + +
Invoice Number  {{$invoice->invoice_number}}Invoice Number  {{$invoice->invoice_number}}
Invoice Date  {{$invoice->formattedInvoiceDate}}Invoice Date  {{$invoice->formattedInvoiceDate}}
Due date  {{$invoice->formattedDueDate}}Due date  {{$invoice->formattedDueDate}}
-
-
- @include('app.pdf.invoice.partials.billing-address') -
- @if($invoice->user->billingaddress) -
- @else -
- @endif - @include('app.pdf.invoice.partials.shipping-address') -
-
-
-
- @include('app.pdf.invoice.partials.table') -
- @include('app.pdf.invoice.partials.notes') + +
+ @include('app.pdf.invoice.partials.billing-address')
+ +
user->billingaddress) style="float:left;" @else style="float:left: padding-left: 0px;" @endif> + @include('app.pdf.invoice.partials.shipping-address') + @if($invoice->user->billingaddress)
@endif +
+
+ @include('app.pdf.invoice.partials.table') +
+ @include('app.pdf.invoice.partials.notes') - \ No newline at end of file + diff --git a/resources/views/app/pdf/invoice/invoice2.blade.php b/resources/views/app/pdf/invoice/invoice2.blade.php index 3969025f..17f44db3 100644 --- a/resources/views/app/pdf/invoice/invoice2.blade.php +++ b/resources/views/app/pdf/invoice/invoice2.blade.php @@ -1,10 +1,11 @@ + Invoice - {{-- --}} - + + -
+
@if($logo) - -
- - @else - - @if($invoice->user->company) -

{{$invoice->user->company->name}}

- @endif - @endif +
+ + @else + + @if($invoice->user->company) +

{{$invoice->user->company->name}}

+ @endif + @endif
+

Invoice

{{$invoice->invoice_number}}

{{$invoice->formattedInvoiceDate}}

@@ -426,25 +396,26 @@

-
-
-
+
+
+
@include('app.pdf.invoice.partials.company-address')
-
+
@include('app.pdf.invoice.partials.shipping-address')
@if($invoice->user->shippingaddress) -
- @else -
- @endif - @include('app.pdf.invoice.partials.billing-address') +
+ @else +
+ @endif + @include('app.pdf.invoice.partials.billing-address') +
+
-
+ @include('app.pdf.invoice.partials.table') + @include('app.pdf.invoice.partials.notes')
- @include('app.pdf.invoice.partials.table') - @include('app.pdf.invoice.partials.notes') -
+ diff --git a/resources/views/app/pdf/invoice/invoice3.blade.php b/resources/views/app/pdf/invoice/invoice3.blade.php index 56eed9cd..f75a8804 100644 --- a/resources/views/app/pdf/invoice/invoice3.blade.php +++ b/resources/views/app/pdf/invoice/invoice3.blade.php @@ -1,11 +1,13 @@ + Invoice - {{-- --}} - + + -
+
- @if($logo) - -
+ + @if($logo) @else - @if($invoice->user->company) - -

{{$invoice->user->company->name}}

- @endif +

{{$invoice->user->company->name}}

@endif
+ @include('app.pdf.invoice.partials.company-address')
-
+
-
-
-
-
+
+
+
+
@include('app.pdf.invoice.partials.billing-address')
@if($invoice->user->billingaddress) -
+
@else -
+
@endif - @include('app.pdf.invoice.partials.shipping-address') + @include('app.pdf.invoice.partials.shipping-address') +
+
+
+ +
+ + + + + + + + + + + + + +
Invoice Number  {{$invoice->invoice_number}}
Invoice Date  {{$invoice->formattedInvoiceDate}}
Due date  {{$invoice->formattedDueDate}}
- -
- - - - - - - - - - - - - -
Invoice Number  {{$invoice->invoice_number}}
Invoice Date  {{$invoice->formattedInvoiceDate}}
Due date  {{$invoice->formattedDueDate}}
-
-
+ @include('app.pdf.invoice.partials.table') + @include('app.pdf.invoice.partials.notes')
- @include('app.pdf.invoice.partials.table') - @include('app.pdf.invoice.partials.notes')
+ diff --git a/resources/views/app/pdf/invoice/partials/billing-address.blade.php b/resources/views/app/pdf/invoice/partials/billing-address.blade.php index d5292672..d35b17b8 100644 --- a/resources/views/app/pdf/invoice/partials/billing-address.blade.php +++ b/resources/views/app/pdf/invoice/partials/billing-address.blade.php @@ -1,11 +1,11 @@ @if($invoice->user->billingaddress) -

Bill To,

+

Bill To,

@if($invoice->user->billingaddress->name) -

+

{{$invoice->user->billingaddress->name}}

@endif -

+

@if($invoice->user->billingaddress->address_street_1) {!! nl2br(htmlspecialchars($invoice->user->billingaddress->address_street_1)) !!}
@endif @@ -25,7 +25,7 @@ {{$invoice->user->billingaddress->country->name}}
@endif @if($invoice->user->billingaddress->phone) -

+

Phone :{{$invoice->user->billingaddress->phone}}

@endif diff --git a/resources/views/app/pdf/invoice/partials/company-address.blade.php b/resources/views/app/pdf/invoice/partials/company-address.blade.php index f45249ce..fcf47212 100644 --- a/resources/views/app/pdf/invoice/partials/company-address.blade.php +++ b/resources/views/app/pdf/invoice/partials/company-address.blade.php @@ -3,7 +3,7 @@ @endif @if($company_address) -

+

@if($company_address->addresses[0]['address_street_1']) {!! nl2br(htmlspecialchars($company_address->addresses[0]['address_street_1'])) !!}
@endif diff --git a/resources/views/app/pdf/invoice/partials/shipping-address.blade.php b/resources/views/app/pdf/invoice/partials/shipping-address.blade.php index 7a80dc80..a2452457 100644 --- a/resources/views/app/pdf/invoice/partials/shipping-address.blade.php +++ b/resources/views/app/pdf/invoice/partials/shipping-address.blade.php @@ -1,11 +1,11 @@ @if($invoice->user->shippingaddress) -

Ship To,

+

Ship To,

@if($invoice->user->shippingaddress->name) -

+

{{$invoice->user->shippingaddress->name}}

@endif -

+

@if($invoice->user->shippingaddress->address_street_1) {!! nl2br(htmlspecialchars($invoice->user->shippingaddress->address_street_1)) !!}
@endif @@ -30,8 +30,8 @@ {{$invoice->user->shippingaddress->country->name}}
@endif - @if($invoice->user->phone) -

+ @if($invoice->user->shippingaddress->phone) +

Phone :{{$invoice->user->shippingaddress->phone}}

@endif diff --git a/resources/views/app/pdf/invoice/partials/table.blade.php b/resources/views/app/pdf/invoice/partials/table.blade.php index 95874846..31766374 100644 --- a/resources/views/app/pdf/invoice/partials/table.blade.php +++ b/resources/views/app/pdf/invoice/partials/table.blade.php @@ -1,46 +1,49 @@ - - - - - - +
#ItemsQuantityPrice
+ + + + + @if($invoice->discount_per_item === 'YES') - + @endif - + @php $index = 1 @endphp @foreach ($invoice->items as $item) - + @if($invoice->discount_per_item === 'YES') - @endif @@ -62,74 +65,74 @@ @endforeach
#ItemsQuantityPriceDiscountDiscountAmountAmount
{{$index}} {{ $item->name }}
- {!! nl2br(htmlspecialchars($item->description)) !!} + {!! nl2br(htmlspecialchars($item->description)) !!}
{{$item->quantity}} {!! format_money_pdf($item->price, $invoice->user->currency) !!} + @if($item->discount_type === 'fixed') {!! format_money_pdf($item->discount_val, $invoice->user->currency) !!} @endif @@ -50,8 +53,8 @@ {!! format_money_pdf($item->total, $invoice->user->currency) !!}
-
+
- - - - - - - @if ($invoice->tax_per_item === 'YES') - @for ($i = 0; $i < count($labels); $i++) - - - - - @endfor - @else - @foreach ($invoice->taxes as $tax) - - - - - @endforeach - @endif - - @if ($invoice->discount_per_item === 'NO') +
+
Subtotal{!! format_money_pdf($invoice->sub_total, $invoice->user->currency) !!}
- {{$labels[$i]}} - - {!! format_money_pdf($taxes[$i], $invoice->user->currency) !!} -
- {{$tax->name.' ('.$tax->percent.'%)'}} - - {!! format_money_pdf($tax->amount, $invoice->user->currency) !!} -
- - + - @endif - - - - - - - - -
- @if($invoice->discount_type === 'fixed') - Discount - @endif - @if($invoice->discount_type === 'percentage') - Discount ({{$invoice->discount}}%) - @endif - - @if($invoice->discount_type === 'fixed') - {!! format_money_pdf($invoice->discount_val, $invoice->user->currency) !!} - @endif - @if($invoice->discount_type === 'percentage') - {!! format_money_pdf($invoice->discount_val, $invoice->user->currency) !!} - @endif + Subtotal + {!! format_money_pdf($invoice->sub_total, $invoice->user->currency) !!}
- - - {!! format_money_pdf($invoice->total, $invoice->user->currency)!!} -
+ + @if ($invoice->tax_per_item === 'YES') + @for ($i = 0; $i < count($labels); $i++) + + + {{$labels[$i]}} + + + {!! format_money_pdf($taxes[$i], $invoice->user->currency) !!} + + + @endfor + @else + @foreach ($invoice->taxes as $tax) + + + {{$tax->name.' ('.$tax->percent.'%)'}} + + + {!! format_money_pdf($tax->amount, $invoice->user->currency) !!} + + + @endforeach + @endif + + @if ($invoice->discount_per_item === 'NO') + + + @if($invoice->discount_type === 'fixed') + Discount + @endif + @if($invoice->discount_type === 'percentage') + Discount ({{$invoice->discount}}%) + @endif + + + @if($invoice->discount_type === 'fixed') + {!! format_money_pdf($invoice->discount_val, $invoice->user->currency) !!} + @endif + @if($invoice->discount_type === 'percentage') + {!! format_money_pdf($invoice->discount_val, $invoice->user->currency) !!} + @endif + + + @endif + + + + + + + Total + + + {!! format_money_pdf($invoice->total, $invoice->user->currency)!!} + + + +
diff --git a/resources/views/app/pdf/payment/partials/billing-address.blade.php b/resources/views/app/pdf/payment/partials/billing-address.blade.php index 01b29348..7dc0a23b 100644 --- a/resources/views/app/pdf/payment/partials/billing-address.blade.php +++ b/resources/views/app/pdf/payment/partials/billing-address.blade.php @@ -1,11 +1,11 @@ @if($payment->user->billingaddress) -

Received From:

+

Received From:

@if($payment->user->billingaddress->name) -

+

{{$payment->user->billingaddress->name}}

@endif -

+

@if($payment->user->billingaddress->address_street_1) {!! nl2br(htmlspecialchars($payment->user->billingaddress->address_street_1)) !!}
@endif @@ -25,7 +25,7 @@ {{$payment->user->billingaddress->country->name}}
@endif @if($payment->user->billingaddress->phone) -

+

Phone :{{$payment->user->billingaddress->phone}}

@endif diff --git a/resources/views/app/pdf/payment/partials/company-address.blade.php b/resources/views/app/pdf/payment/partials/company-address.blade.php index 5f82d059..ef2b850a 100644 --- a/resources/views/app/pdf/payment/partials/company-address.blade.php +++ b/resources/views/app/pdf/payment/partials/company-address.blade.php @@ -3,7 +3,7 @@ @endif @if($company_address) -

+

@if($company_address->addresses[0]['address_street_1']) {!! nl2br(htmlspecialchars($company_address->addresses[0]['address_street_1'])) !!}
@endif diff --git a/resources/views/app/pdf/payment/partials/shipping-address.blade.php b/resources/views/app/pdf/payment/partials/shipping-address.blade.php index 95203320..8e8bca7f 100644 --- a/resources/views/app/pdf/payment/partials/shipping-address.blade.php +++ b/resources/views/app/pdf/payment/partials/shipping-address.blade.php @@ -1,11 +1,11 @@ @if($payment->user->shippingaddress) -

Ship To,

+

Ship To,

@if($payment->user->shippingaddress->name) -

+

{{$payment->user->shippingaddress->name}}

@endif -

+

@if($payment->user->shippingaddress->address_street_1) {!! nl2br(htmlspecialchars($payment->user->shippingaddress->address_street_1)) !!}
@endif @@ -31,7 +31,7 @@ @endif @if($payment->user->phone) -

+

Phone :{{$payment->user->shippingaddress->phone}}

@endif diff --git a/resources/views/app/pdf/payment/payment.blade.php b/resources/views/app/pdf/payment/payment.blade.php index f7854884..aebca103 100644 --- a/resources/views/app/pdf/payment/payment.blade.php +++ b/resources/views/app/pdf/payment/payment.blade.php @@ -2,10 +2,10 @@ Invoice - {{-- --}} -
+
@if($logo) - -
+ @else @if($payment->user->company) - +

{{$payment->user->company->name}}

@endif @endif
+ @include('app.pdf.payment.partials.company-address')
+
-

+ +

PAYMENT RECEIPT

-
-
-
-
+ +
+
+
+
@include('app.pdf.payment.partials.billing-address')
-
+
-
+
- - + + - - + + - - + + @if ($payment->invoice && $payment->invoice->invoice_number) - - + + @endif
Payment Date  {{$payment->formattedPaymentDate}}Payment Date  {{$payment->formattedPaymentDate}}
Payment Number  {{$payment->payment_number}}Payment Number  {{$payment->payment_number}}
Payment Mode  {{$payment->paymentMethod ? $payment->paymentMethod->name : '-'}}Payment Mode  {{$payment->paymentMethod ? $payment->paymentMethod->name : '-'}}
Invoice  {{$payment->invoice->invoice_number}}Invoice  {{$payment->invoice->invoice_number}}
@@ -516,8 +320,8 @@
-
-

Amount Received

+
+

Amount Received

{!! format_money_pdf($payment->amount, $payment->user->currency) !!}