@extends('layout.v2.session') @section('content') @if($errors->any()) @endif @if(session('logoutMessage')) @endif

{{ trans('firefly.want_to_login') }}

@if($allowRegistration)

{{ trans('firefly.register_new_account') }}

@endif
@include('partials.password-modal') @endsection