Skip to content

Commit b64f77d

Browse files
authored
Update layouts.blade.php
Updated back to tutorial link in layouts.blade.php
1 parent 0b53537 commit b64f77d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

resources/views/auth/layouts.blade.php

+13-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<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>
88
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
99
</head>
1010
<body>
@@ -47,9 +47,20 @@
4747
</nav>
4848

4949
<div class="container">
50+
<h3 class="text-center mt-3 mb-3">Laravel 10 Custom User Registration & Login</h3>
5051
@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>
5162
</div>
5263

5364
<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>
5465
</body>
55-
</html>
66+
</html>

0 commit comments

Comments
 (0)