@extends('layout.v2.session') @section('content') {{-- SUCCESS MESSAGE (ALWAYS SINGULAR) --}} @if(session()->has('success')) @endif @if($errors->any()) @endif
@if(session('status')) @else

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

@if($allowRegistration)

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

@endif @endif
@endsection