@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 ($verify->status > 0 && count($errors) <= 0 && empty(Session::get('successMsg')))
{{trans('auth.overtime')}}
@else
{{trans('auth.resetPassword')}}
{{csrf_field()}}
@endif {{trans('auth.back')}} @if ($verify->status == 0) @endif
@endsection