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

Welcome Back

@if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Forgot password?

By signing in, you agree to our Terms of Service and Privacy Policy

@endsection