@extends('layouts.auth') @section('title', 'Login') @push('styles') @endpush @push('scripts') @endpush @section('content') {{-- Toasts --}}
@if(session('success')) @endif @if(session('error')) @endif
{{-- Login Card --}}
{{-- Logo --}}
FlareSend Logo FlareSend

Login to your account

{{-- Form --}}
@csrf
@error('email')
{{ $message }}
@enderror
{{-- Forgot Password? --}}
{{-- Divider --}} {{-- TODO: Enable Google sign in when ready --}}
or
{{-- Sign in with Google --}}

Forgot your password?

{{-- Register link --}}

Don't have an account? Create Account

@endsection