@extends('adminlte::page') @section('title', 'Change Password') @section('content_header')

Change Password

@endsection @section('content') @if($errors->any())
@endif
@csrf
@endsection