From 035be9f20162518aea6e2ff99b9facf82c5596fb Mon Sep 17 00:00:00 2001 From: IceToast Date: Tue, 4 Jan 2022 20:54:21 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Added=20"voucher"=20as=20st?= =?UTF-8?q?ore=20parameter=20->=20opens=20voucher=20redeem=20modal=20and?= =?UTF-8?q?=20fill=20the=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/layouts/main.blade.php | 791 +++++++++++++------------ resources/views/store/index.blade.php | 19 + 2 files changed, 417 insertions(+), 393 deletions(-) diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index 453258e6..ab4179ef 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -1,5 +1,6 @@ + @@ -7,442 +8,446 @@ {{ config('app.name', 'Laravel') }} + href="{{ \Illuminate\Support\Facades\Storage::disk('public')->exists('favicon.ico') ? asset('storage/favicon.ico') : asset('favicon.ico') }}" + type="image/x-icon"> - {{-- --}} - + {{-- --}} + - {{-- summernote --}} - + {{-- summernote --}} + - {{-- datetimepicker --}} - + {{-- datetimepicker --}} + {{-- select2 --}} - + - - + + - -
- - + + + + - + -
+ - @if(!Auth::user()->hasVerifiedEmail()) - @if(Auth::user()->created_at->diffInHours(now(), false) > 1) -
-
{{__('Warning!')}}
- {{__('You have not yet verified your email address')}} {{__('Click here to resend verification email')}} -
- {{__('Please contact support If you didnt receive your verification email.')}} -
+ + + + + + + + + + + + + + + + + {{-- --}} + + {{-- --}} + + {{-- --}} + + + + + + + + + + + + + @endif + + + + +
+ + + + + +
+ + @if (!Auth::user()->hasVerifiedEmail()) + @if (Auth::user()->created_at->diffInHours(now(), false) > 1) +
+
{{ __('Warning!') }}
+ {{ __('You have not yet verified your email address') }} {{ __('Click here to resend verification email') }} +
+ {{ __('Please contact support If you didnt receive your verification email.') }} +
+ @endif @endif - @endif - @yield('content') + @yield('content') - @include('models.redeem_voucher_modal') + @include('models.redeem_voucher_modal') +
+ + + + + +
- - - - - - - - - - -{{----}} -{{----}} -{{----}} -{{----}} - - - - - - - - - - - - - - - - - + + } + }) + @endif + + diff --git a/resources/views/store/index.blade.php b/resources/views/store/index.blade.php index f7399165..0b6220b2 100644 --- a/resources/views/store/index.blade.php +++ b/resources/views/store/index.blade.php @@ -81,4 +81,23 @@ + + + @endsection