@extends('theme::layout.account') @section('seo_title')用户登录@endsection @section('content')

{{ Setting()->get('register_title','欢迎加入矿山问答社区') }}

@if ( session('message') ) @endif

用户登录

@if ($errors->first('email')) {{ $errors->first('email') }} @endif
@if ($errors->first('password')) {{ $errors->first('password') }} @endif
@if(Setting()->get('code_login') == 1) @include('theme::layout.auth_captcha') @endif
@if(config('services.oauth_open'))
@endif
{{-- --}} @endsection