diff --git a/app/Http/Controllers/Admin/PaymentController.php b/app/Http/Controllers/Admin/PaymentController.php index 013eee29..74fd780f 100644 --- a/app/Http/Controllers/Admin/PaymentController.php +++ b/app/Http/Controllers/Admin/PaymentController.php @@ -225,13 +225,14 @@ class PaymentController extends Controller $invoice = Invoice::make() ->template('controlpanel') + ->name(__("Invoice")) ->buyer($customer) ->seller($seller) ->discountByPercent(0) ->taxRate(floatval($paypalProduct->getTaxPercent())) ->shipping(0) ->addItem($item) - ->status(__('invoices::invoice.paid')) + ->status(__('Paid')) ->series(now()->format('mY')) ->delimiter("-") ->sequence($newInvoiceID) diff --git a/resources/views/vendor/invoices/templates/controlpanel.blade.php b/resources/views/vendor/invoices/templates/controlpanel.blade.php index 39e98a10..af143df5 100644 --- a/resources/views/vendor/invoices/templates/controlpanel.blade.php +++ b/resources/views/vendor/invoices/templates/controlpanel.blade.php @@ -310,7 +310,7 @@ @if($invoice->hasItemOrInvoiceDiscount()) - {{ __('Total Discount') }} + {{ __('Total discount') }} {{ $invoice->formatCurrency($invoice->total_discount) }} diff --git a/resources/views/vendor/translation-manager/index.php b/resources/views/vendor/translation-manager/index.php deleted file mode 100644 index 65034bdc..00000000 --- a/resources/views/vendor/translation-manager/index.php +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - Translation Manager - - - - - - - - - - - - -
-

Warning, translations are not visible until they are exported back to the app/lang file, using php artisan translation:export command or publish button.

- - - - - -
- -
- -

- -

- -
-
-
- -
-
- -
-
-
-
-
-
- - -
-
- - -
- - - Back -
- -

-
- -
-

Choose a group to display the group translations. If no groups are visisble, make sure you have run the migrations and imported the translations.

- -
-
- - -
-
- -
-
- -
- -
- - -
-
- -
-
-
-
- Use Auto Translate -
-
- -
-

Total: , changed:

- - - - - - - - - - - - - - - $translation): ?> - - - - - - - - - - - - - -
Key 
- " - id="username" data-type="textarea" data-pk="id : 0 ?>" - data-url="" - data-title="Enter translation">value, ENT_QUOTES, 'UTF-8', false) : '' ?> - - -
- -
- Supported locales -

- Current supported locales: -

-
- -
    - -
  • -
    - - - -
    -
  • - -
-
-
- -
-

- Enter new locale key: -

-
-
- -
-
- -
-
-
-
-
-
- Export all translations -
- - -
-
- - -
- - -