@extends('layouts.auth') @section('content')
{{ t_raw('auth.login_sub') }}
@if (!empty($googleAuth)){{ 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