@extends('backend.layouts.master') @section('pageTitle') Change Password @endsection @section('bodyCssClass') @endsection @section('pageContent')

Change Password

Update Password

@csrf
{{ $errors->first('old_password') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}

Cancel
@endsection @section('extraScript') @endsection