@extends('layouts.master') @section('content')
{{ __('Change Password') }}
@if(Session::has('success')) @endif @if(Session::has('error')) @endif
@csrf
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection