diff --git a/public/images/paypal_logo.png b/public/images/paypal_logo.png new file mode 100644 index 00000000..d5dcab1f Binary files /dev/null and b/public/images/paypal_logo.png differ diff --git a/public/images/stripe_logo.png b/public/images/stripe_logo.png new file mode 100644 index 00000000..aac0aaa4 Binary files /dev/null and b/public/images/stripe_logo.png differ diff --git a/resources/views/store/checkout.blade.php b/resources/views/store/checkout.blade.php index 9ac27904..d3293a01 100644 --- a/resources/views/store/checkout.blade.php +++ b/resources/views/store/checkout.blade.php @@ -6,12 +6,14 @@
-

Store

+

{{ _('Store') }}

@@ -21,7 +23,7 @@ -
+
@@ -35,7 +37,7 @@

{{ config('app.name', 'Laravel') }} - Date: + {{ _('Date') }}: {{ Carbon\Carbon::now()->isoFormat('LL') }}

@@ -47,21 +49,21 @@ To
{{ config('app.name', 'Controlpanel.GG') }}
- Email: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }} + {{ _('Email') }}: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }}
- From + {{ _('From') }}
{{ Auth::user()->name }}
- Email: {{ Auth::user()->email }} + {{ _('Email') }}: {{ Auth::user()->email }}
- Status
- Pending
+ {{ _('Status') }}
+ {{ _('Pending') }}
{{-- Order ID: 4F3S8J
--}}
@@ -74,10 +76,10 @@ - - - - + + + + @@ -99,14 +101,27 @@
-

Payment Methods:

+

{{ __('Payment Methods') }}:

- Paypal +
+ + + +
-

- By purchasing this product you agree and accept our terms of service -

- - + + + @endsection
QuantityProductDescriptionSubtotal{{ _('Quantity') }}{{ _('Product') }}{{ _('Description') }}{{ _('Subtotal') }}