@extends('layouts.app') @section('head')
@endsection @section('content')
Home
{{csrf_field()}}
Change Password
Current Password
New Password
Confirm new password
Save Changes
@endsection @section('script') @endsection