A modern Bootstrap 5.2 card design

A modern-looking Bootstrap card element built with Bootstrap version 5.2 Usually the default Bootstrap card has a very defined header and footer consisting of a border and shaded background. This…

Custom password reset email in Laravel

Use a custom email template blade file for your Laravel password reset email with just 6 lines of code. Open app/Providers/AuthServiceProvider.php in the boot() function paste and edit the following:…