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