@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(\App\Components\Helpers::systemConfig()['is_reset_password'])
{{trans('auth.resetPassword')}}
{{csrf_field()}}
@else
{{trans('auth.system_maintenance_tip',['email' => \App\Components\Helpers::systemConfig()['webmaster_email']])}}
@endif {{trans('auth.back')}} @if(\App\Components\Helpers::systemConfig()['is_reset_password']) @endif
@endsection