diff --git a/resources/views/user/login.blade.php b/resources/views/user/login.blade.php index 9e7d2ac..50e814a 100644 --- a/resources/views/user/login.blade.php +++ b/resources/views/user/login.blade.php @@ -2,38 +2,64 @@ - ورود به سیستم | آزمایشگاه امنیت + + ورود به حساب | WebApp Victim + + @vite(['resources/css/app.css', 'resources/js/app.js']) - + -
-

ورود به حساب کاربری

+
- @if($errors->any()) -
{{ $errors->first() }}
- @endif + +
+
+ + + +
+

ورود به سیستم

+

جهت دسترسی به پنل کاربری وارد شوید

+
-
- - @csrf + + @if($errors->any()) + + @endif - - + + + @csrf - -
+
+ + +
-

برای تنظیم اولیه پایگاه داده اینجا کلیک کنید.

-
+
+ + +
+ + + + + +
+ پایگاه داده هنوز مقداردهی نشده؟ + کلیک کنید +
+ +
\ No newline at end of file diff --git a/resources/views/user/profile.blade.php b/resources/views/user/profile.blade.php index f3f6ffa..50e814a 100644 --- a/resources/views/user/profile.blade.php +++ b/resources/views/user/profile.blade.php @@ -1,7 +1,65 @@ -
-

پنل کاربری (سایت قربانی)

-

سلام {{ $user->name }} خوش آمدید.

-

ایمیل فعلی شما: {{ $user->email }}

-
- خروج از سیستم -
\ No newline at end of file + + + + + + ورود به حساب | WebApp Victim + + @vite(['resources/css/app.css', 'resources/js/app.js']) + + + + +
+ + +
+
+ + + +
+

ورود به سیستم

+

جهت دسترسی به پنل کاربری وارد شوید

+
+ + + @if($errors->any()) + + @endif + + +
+ @csrf + +
+ + +
+ +
+ + +
+ + +
+ + +
+ پایگاه داده هنوز مقداردهی نشده؟ + کلیک کنید +
+ +
+ + + \ No newline at end of file diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php deleted file mode 100644 index b7355d7..0000000 --- a/resources/views/welcome.blade.php +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - {{ config('app.name', 'Laravel') }} - - - - - - - @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) - @vite(['resources/css/app.css', 'resources/js/app.js']) - @else - - @endif - - -
- @if (Route::has('login')) - - @endif -
-
-
-
-

Let's get started

-

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.

- - -
-
- {{-- Laravel Logo --}} - - - - - - - - - - - {{-- Light Mode 12 SVG --}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{-- Dark Mode 12 SVG --}} - -
-
-
-
- - @if (Route::has('login')) - - @endif - -