@extends('layouts.app')
@section('title', __('storefront.auth.login'))
@push('seo')
@endpush
{{-- Only on pages with a captcha, not in the global layout. --}}
@push('scripts')
@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() --}}
@endsection