@extends('layouts.app') @section('title', 'Login') @section('content')

Welcome Back

Login to your account

@csrf
@error('email')

{{ $message }}

@enderror
Demo Accounts:
john@example.com / password
jane@example.com / password

No account? Sign up free

@endsection