File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
<meta charset =" UTF-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
6
<meta http-equiv =" X-UA-Compatible" content =" ie=edge" >
7
- <title >Laravel 9 Custom User Registration & Login Tutorial - AllPHPTricks.com</title >
7
+ <title >Laravel 10 Custom User Registration & Login Tutorial - AllPHPTricks.com</title >
8
8
<
link href =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css" rel =
" stylesheet" integrity =
" sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin =
" anonymous" >
9
9
</head >
10
10
<body >
47
47
</nav >
48
48
49
49
<div class =" container" >
50
+ <h3 class =" text-center mt-3 mb-3" >Laravel 10 Custom User Registration & Login</h3 >
50
51
@yield (' content' )
52
+ <div class =" row justify-content-center text-center mt-3" >
53
+ <div class =" col-md-12" >
54
+ <p >Back to Tutorial:
55
+ <a href =" https://www.allphptricks.com/laravel-custom-user-registration-and-login-tutorial/" ><strong >Tutorial Link</strong ></a >
56
+ </p >
57
+ <p >
58
+ For More Web Development Tutorials Visit: <a href =" https://www.allphptricks.com/" ><strong >AllPHPTricks.com</strong ></a >
59
+ </p >
60
+ </div >
61
+ </div >
51
62
</div >
52
63
53
64
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js" integrity =
" sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin =
" anonymous" ></
script >
54
65
</body >
55
- </html >
66
+ </html >
You can’t perform that action at this time.
0 commit comments