diff --git a/composer.json b/composer.json index c06f1fd..e0cb58b 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "Laravel", "Backpack", "Backpack for Laravel", "Backpack Addon", "ThemeCoreuiv4" ], "require": { - "backpack/crud": "^6.0" + "backpack/crud": "^6.2" }, "require-dev": { "phpunit/phpunit": "~9.0", diff --git a/resources/views/auth/verify-email.blade.php b/resources/views/auth/verify-email.blade.php new file mode 100644 index 0000000..162fc0d --- /dev/null +++ b/resources/views/auth/verify-email.blade.php @@ -0,0 +1,42 @@ +@extends(backpack_view('layouts.plain')) + +@section('content') + +
+
+

{{ trans('backpack::base.verify_email.email_verification') }}

+
+
+ {{ trans('backpack::base.verify_email.email_verification_required') }} + + @if (session('status') == 'verification-link-sent') +
+ +
+ @endif +
+ +
+
+
+@endsection \ No newline at end of file