@extends('layouts.main') @section('main-content')
@if($errors->any())

{{$errors->first()}}

@endif
Change Password
User Name:
{{$username}}
Email:
{{$email}}
Old Password:
New Password:
Re-Enter new Password:
@endsection