@php
$googleOAuthEnabled = \App\Models\Setting::get('google_oauth_enabled', false);
@endphp
@if($googleOAuthEnabled)
or sign in with email
@else
@endif
@if (session('status'))
{{ session('status') }}
@endif
New to RMBXchange? Create a free account →
@php
$googleOAuthEnabled = \App\Models\Setting::get('google_oauth_enabled', false);
@endphp
@if($googleOAuthEnabled)
or register with email
@else
@endif
Already have an account? Sign in →