@extends('layouts.master') @section('title') @lang('translation.dashboards') @endsection @section('content')
Ubah Password
@method('PUT') @csrf
@error('current_password') {{ $message }} @enderror
{{--
--}}
@error('password') {{ $message }} @enderror
{{--
--}}
@error('password_confirmation') {{ $message }} @enderror
{{--
--}}
@endsection @section('script') @endsection