@extends('auth.layouts') @section('title', trans('auth.resetPassword')) @section('content')
@csrf @if(Session::get('successMsg')) @endif @if($errors->any()) @endif @if ($verify->status > 0 && count($errors) <= 0 && empty(Session::get('successMsg'))) @else
{{trans('auth.resetPassword')}}
@endif {{trans('auth.back')}} @if ($verify->status === 0) @endif @endsection