@extends('Studio::studioDashboard') @section('title','Change Password') @section('contentDashboard')
@include('Studio::accountSettingMenu', ['activeMenu' => 'change-password'])

@lang('messages.changePassword')

{{$errors->first('oldPassword')}}
{{$errors->first('newPassword')}}
{{$errors->first('newPassword_confirmation')}}
@endsection