@extends('auth.layouts') @section('title', trans('auth.password.reset.attribute')) @section('content')
@csrf @if (Session::has('successMsg')) @endif @if ($errors->any()) @else
{{ trans('auth.password.reset.attribute') }}
@endif {{ trans('common.back') }} @if ($verify->status === 0) @endif @endsection