@extends('auth.layouts') @section('title', trans('auth.login')) @section('content')
@csrf @if($errors->any()) @endif @if (Session::get('successMsg')) @endif
@yield('captcha', view('auth.captcha'))
{{trans('auth.forget_password')}}
@if(sysConfig('is_register'))

{{trans('auth.register_tip')}} {{trans('auth.register')}}

@endif @endsection @section('javascript') @endsection