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