Skip to content

Commit ce8177a

Browse files
authored
Update layouts.blade.php
Added back to tutorial link in layouts.blade.php file.
1 parent 7093e13 commit ce8177a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

resources/views/products/layouts.blade.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@
1414
<div class="container">
1515
<h3 class=" mt-3">Laravel 10 CRUD Application Tutorial - <a href="https://www.allphptricks.com/">AllPHPTricks.com</a></h3>
1616
@yield('content')
17+
<div class="row justify-content-center text-center mt-3">
18+
<div class="col-md-12">
19+
<p>Back to Tutorial:
20+
<a href="https://www.allphptricks.com/simple-laravel-10-crud-application/"><strong>Tutorial Link</strong></a>
21+
</p>
22+
<p>
23+
For More Web Development Tutorials Visit: <a href="https://www.allphptricks.com/"><strong>AllPHPTricks.com</strong></a>
24+
</p>
25+
</div>
26+
</div>
1727
</div>
1828

1929
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
2030
</body>
21-
</html>
31+
</html>

0 commit comments

Comments
 (0)