@extends('layouts.app') @section('content')
@if (session('status')) @endif
Welcome, {{ auth()->user()->email }}

Bootstrap 4 Laravel Fortify Authentication

This is a simple auth starter setup for laravel 8 projects


Features:

Github Source Code

@endsection