@extends('template.layout') @section('title', 'Lost Account') @section('submenuItem', 'lostaccount') @section('content')
Password Successfully Changed
You have successfully changed your password. You can now use your new password to log into your {{ config('server.serverName') }} account.


@if(Auth::check()) @else @endif
@endsection