@extends('layouts.guest') @section('content')
Update New Password
@if($user)
@csrf
Username*
{{$user->username}}
New Password*
Confirm Password*
@else
Password reset token has been expired.
@endif
@endsection @section('footer_scripts') @endsection