@extends('layout.master') @section('title', 'Change Password') @section('content') Change Password @include('inc.messages') @csrf Old Password New Password @endsection @section('css') @endsection @section('js') @endsection