@extends('auth.layouts') @section('title', sysConfig('website_name') . ' - ' . trans('auth.login')) @section('content')
@csrf @if ($errors->any()) @endif @if (Session::has('successMsg')) @endif
@yield('captcha', view('auth.captcha'))
{{ trans('auth.password.forget') }}
@if (sysConfig('oauth_path'))
{{ trans('auth.one-click_login') }}
@foreach (json_decode(sysConfig('oauth_path')) as $provider) @if ($provider === 'telegram')
@else @endif @endforeach
@endif @if (sysConfig('is_register'))

{{ trans('auth.register.promotion') }} {{ trans('auth.register.attribute') }}

@endif @endsection @section('javascript') @if(config('app.env') === 'demo') @endif @endsection