@extends('panel.layout.app') @section('title', __('My Account')) @section('content')

@lang('Change Password')

{{ __('Please leave empty if you don’t want to change your password.') }}

@if ($app_is_demo and Auth::user()->isAdmin()) {{ __('Save') }} @else @endif

@lang('Delete Account')

{{ __('If you no longer want to use your account, you can request to delete it.') }}

@endsection @push('script') @endpush