@extends('adminLayouts.app') @section('title') {{'Change Password'}} @endsection @section('js') @append @section('content') Change Password @if (session('message')) {{ session('message') }} @endif @if (session('error')) {{ session('error') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Current Password New Password Confirm Password @endsection