@php use function Statamic\trans as __; @endphp @inject("str", "Statamic\Support\Str") @extends("statamic::outside") @section("title", __("Log in")) @section("content") @include("statamic::partials.outside-logo")
@if ($oauth) @if ($emailLoginEnabled)
— {{ __("or") }} —
@endif @endif
@if ($emailLoginEnabled)
{{ __("Forgot password?") }}
@endif @endsection