@extends('master.app') @section('title', 'Profile') @section('body') Profile Profile Password @csrf {{ __('Name') }} @error('name') {{ $message }} @enderror {{ __('E-Mail Address') }} @error('email') {{ $message }} @enderror {{ __('Change') }} @csrf {{ __('Current Password') }} @error('current_password') {{ $message }} @enderror {{ __('New Password') }} @error('password') {{ $message }} @enderror {{ __('Confirm Password') }} {{ __('Change') }} @endsection @section('pageJs') @endsection