@extends('layouts.app')
@section('content')
@if (session('status'))
{{ session('status') }}
@endif
Welcome, {{ auth()->user()->email }}
Bootstrap 4 Laravel Fortify Authentication
This is a simple auth starter setup for laravel 8 projects
Features:
- User Login
- User Registration
- Email Verification
- Forget Password
- Reset Password
Github Source Code
@endsection