@extends('layouts.auth') @section('content')

{{ t_raw('auth.welcome_back') }}

{{ t_raw('auth.login_sub') }}

@csrf
{{ t_raw('auth.forgot') }}
{!! \App\Services\Recaptcha::widget('login') !!}
@if (!empty($googleAuth)) {!! google_mark(18, 'me-2') !!} {{ t_raw('auth.continue_with_google') }} @endif @php /* One-click demo access renders as the auth layout's right column (partials/auth-demo-access.php, passed to layouts/auth.php as $authRight) when demo mode is on. */ @endphp

{{ t_raw('auth.new_to_site', [':site' => (string) setting('site_name', 'QuickMunch')]) }} {{ t_raw('auth.create_account') }}

@if (partner_page_open())

{{ t_raw('auth.own_a_restaurant') }} {{ t_raw('home.hero.s4_cta_partner') }}

@endif @endsection