@extends('layouts.app') @section('content') {{ __('Change Password') }} {!! csrf_field() !!} {{ __('Old password') }} {{ __('New Password') }} {{ __('Confirm Password') }} @endsection @section('js') @endsection