@extends('template.layouts.auth') @section('content')
@include('template.components.flag-bar')

{{ __('Login') }}

{{ __('Sign in to start your session') }}

@includeWhen(config('yaffa.sandbox_mode'), 'template.sandbox-components.login-helper')
@csrf @include('auth.components.email', ['autofocus' => true]) @include('auth.components.password')

YAFFA Logo YAFFA

{{ __('YAFFA is an easy to use personal finance tracker.') }}

{{ __('Register a new account') }} {{ __('Learn more') }}
@endsection