@include('layouts.style') @include('layouts.nav')

Reset Password

@if(Session::has( 'success' ))
{{ Session::get( 'success' ) }}
@elseif( Session::has( 'warning' ))
{{ Session::get( 'warning' ) }}
@endif
@csrf
{{ $errors->has('new_password') ? $errors->first('new_password') : '' }}
{{ $errors->has('confirm_password') ? $errors->first('confirm_password') : '' }}
@include('layouts.footer') @include('layouts.script')