diff --git a/resources/views/customers/create.blade.php b/resources/views/customers/create.blade.php index 9699d57..13e7e16 100644 --- a/resources/views/customers/create.blade.php +++ b/resources/views/customers/create.blade.php @@ -17,12 +17,12 @@
| @lang('subscription.subscription') | -@lang('customer.customer') | -@lang('invoice.amount') | -@lang('subscription.due_date') | +{{ __('subscription.subscription') }} | +{{ __('customer.customer') }} | +{{ __('invoice.amount') }} | +{{ __('subscription.due_date') }} |
|---|---|---|---|---|---|---|---|
- @lang('payment.receipt')+{{ __('payment.receipt') }}{{--No. Invoice: __________ --}} |
|||||||
| @lang('payment.from') : | +{{ __('payment.from') }} : | {{ $payment->partner->name }} | |||||
| @lang('payment.words_amount') : | +{{ __('payment.words_amount') }} : | {{ ucwords(Terbilang::make($payment->amount)) }} Rupiah | |||||
| @lang('payment.description') : | +{{ __('payment.description') }} : | {{ $payment->description }} | @@ -67,7 +67,7 @@|||||
| @lang('payment.cash_amount') | +{{ __('payment.cash_amount') }} | {{ format_money($payment->amount) }},- | diff --git a/resources/views/payments/show.blade.php b/resources/views/payments/show.blade.php index c8d1a79..2dfd1bb 100755 --- a/resources/views/payments/show.blade.php +++ b/resources/views/payments/show.blade.php @@ -8,11 +8,11 @@|||||