@extends('auth.layouts') @section('title', trans('auth.resetPassword')) @section('content') @if (Session::get('successMsg'))
{{Session::get('successMsg')}}
@endif @if($errors->any())
{{$errors->first()}}
@endif
@if(sysConfig('is_reset_password'))
{{trans('auth.resetPassword')}}
{{csrf_field()}}
@else
{{trans('auth.system_maintenance_tip',['email' => sysConfig('webmaster_email')])}}
@endif {{trans('auth.back')}} @if(sysConfig('is_reset_password')) @endif
@endsection