@extends('backend.layouts.master') @section('pageTitle') Change Password @endsection @section('bodyCssClass') @endsection @section('pageContent') Change Password Dashboard Change Password Update Password @csrf {{ $errors->first('old_password') }} {{ $errors->first('password') }} {{ $errors->first('password_confirmation') }} Cancel Update @endsection @section('extraScript') @endsection