@extends('layout.app') @section('title') Change Password @endsection @section('pagetitle') Change Password @endsection @section('content')

Change Password

@include('includes.errors') @include('includes.success')
@csrf
@endsection