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..f8624952 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') }}
@@ -44,24 +46,24 @@
- To
+ {{ __('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 @@
- Quantity |
- Product |
- Description |
- Subtotal |
+ {{ _('Quantity') }} |
+ {{ _('Product') }} |
+ {{ _('Description') }} |
+ {{ _('Subtotal') }} |
@@ -99,14 +101,27 @@
-
Payment Methods:
+
{{ __('Payment Methods') }}:
-

+
-
- By purchasing this product you agree and accept our terms of service
-
@@ -140,15 +155,9 @@
@@ -156,10 +165,35 @@
-
-
+
+
+
@endsection