@extends('main') @section('body')

{!! __(GetAppText("page.delete_user_profile.title")) !!}

{!!__(GetAppText("page.delete_user_profile.text")) !!}

@component("components.inputs.input", ["id" => "username", "label" => __(GetAppText("username")), "mandatory" => true]) @endcomponent
@component("components.buttons.button", [ "id" => "btn_delete_user_profile", "title" => __("universal.button.delete"), "buttonClass" => "btn-danger", "style" => "min-width: 8em;" ]) @endcomponent
@endsection