@extends('layouts.master') @section('title', 'Change Password') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

Set Password




Enter a new password for {{ $username }}


{{ csrf_field() }}




@include('layouts.footer') @endsection