@extends('layouts.app') @section('title', __('storefront.auth.login')) @push('seo') @endpush @section('content') {{ __('storefront.auth.login') }} {{-- Unescaped: the label holds a (edited in Filament › Language Lines, staff only). --}} {!! __('storefront.auth.login_intro') !!} {{-- e.g. "account deletion scheduled", after AccountController::destroy() --}} @csrf {{-- Shown to everyone. Recording acceptance for new accounts is a boboko-core task (UserOtpService). Unescaped: the label holds the two links (Language Lines, staff only). --}} {!! __('storefront.auth.terms_notice', [ 'terms' => route('legal.terms'), 'privacy' => route('legal.privacy'), ]) !!} {{ __('storefront.auth.send_code') }} @endsection
{!! __('storefront.auth.login_intro') !!}
{!! __('storefront.auth.terms_notice', [ 'terms' => route('legal.terms'), 'privacy' => route('legal.privacy'), ]) !!}