@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; for a new account, LoginController::send() records the time and the terms/privacy versions. 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