diff --git a/resources/views/invoices/pdf.blade.php b/resources/views/invoices/pdf.blade.php index 984ce6d..51d6de9 100755 --- a/resources/views/invoices/pdf.blade.php +++ b/resources/views/invoices/pdf.blade.php @@ -142,7 +142,7 @@ {{ trans('payment.words_amount') }} : - {{ ucwords(Terbilang::make($invoice->amount)) }} Rupiah + {{ ucwords(Terbilang::make($invoice->amount)) }} {{ Option::get('money_sign_in_word', 'Rupiah') }} @if ($invoice->notes)