diff --git a/resources/views/auth/forgot-password.blade.php b/resources/views/auth/forgot-password.blade.php index 0c5c2d0..b99a9ca 100644 --- a/resources/views/auth/forgot-password.blade.php +++ b/resources/views/auth/forgot-password.blade.php @@ -1,52 +1,333 @@ @extends('layouts.app') +@section('hide-navbar') +@endsection + @section('content') -
-
-
-
-
-
-

Forgot Password?

-

No problem. Just let us know your email address and we'll email you a password reset link.

+ + + + + + + + + + + + +
+ + + + + + + + + + + + +@stack('styles') +@stack('scripts') @endsection diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 0cbae29..ef7d6e8 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -425,7 +425,7 @@ :error="$errors->first('nationality')" />
- +