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