diff --git a/resources/views/livewire/association/profile.blade.php b/resources/views/livewire/association/profile.blade.php
index b9540ad..656dc66 100644
--- a/resources/views/livewire/association/profile.blade.php
+++ b/resources/views/livewire/association/profile.blade.php
@@ -54,12 +54,12 @@ new class extends Component {
$this->currentPubkey = NostrAuth::pubkey();
$this->currentPleb = EinundzwanzigPleb::query()
->with([
- 'paymentEvents' => fn ($query) => $query->where('year', date('Y')),
+ 'paymentEvents' => fn($query) => $query->where('year', date('Y')),
])
->where('pubkey', $this->currentPubkey)->first();
if ($this->currentPleb) {
$this->email = $this->currentPleb->email;
- $this->showEmail = ! $this->no;
+ $this->showEmail = !$this->no;
if ($this->currentPleb->association_status === AssociationStatus::ACTIVE) {
$this->amountToPay = config('app.env') === 'production' ? 21000 : 1;
}
@@ -80,12 +80,12 @@ new class extends Component {
$this->currentPubkey = $pubkey;
$this->currentPleb = EinundzwanzigPleb::query()
->with([
- 'paymentEvents' => fn ($query) => $query->where('year', date('Y')),
+ 'paymentEvents' => fn($query) => $query->where('year', date('Y')),
])
->where('pubkey', $pubkey)->first();
$this->email = $this->currentPleb->email;
$this->no = $this->currentPleb->no_email;
- $this->showEmail = ! $this->no;
+ $this->showEmail = !$this->no;
if ($this->currentPleb->association_status === AssociationStatus::ACTIVE) {
$this->amountToPay = config('app.env') === 'production' ? 21000 : 1;
}
@@ -113,7 +113,7 @@ new class extends Component {
public function updatedNo(): void
{
- $this->showEmail = ! $this->no;
+ $this->showEmail = !$this->no;
$this->currentPleb->update([
'no_email' => $this->no,
]);
@@ -220,7 +220,7 @@ new class extends Component {
public function save($type): void
{
$this->form->validate();
- if (! $this->form->check) {
+ if (!$this->form->check) {
$this->js('alert("Du musst den Statuten zustimmen.")');
return;
@@ -285,7 +285,7 @@ new class extends Component {
$this->events = collect($response[config('services.relay')])
->map(function ($event) {
- if (! isset($event->event)) {
+ if (!isset($event->event)) {
return false;
}
@@ -319,8 +319,6 @@ new class extends Component {
Nostr Event für die Zahlung des
- Mitgliedsbeitrags: {{ $currentPleb->paymentEvents->last()->event_id }}
- {{ $latestEvent['content'] }}
+ Nostr Event für die Zahlung des Mitgliedsbeitrags: {{ $currentPleb->paymentEvents->last()->event_id }}
+ {{ $latestEvent['content'] }}Aktueller Status
+
+
+ Aktueller Status
+
-
-
+
Einundzwanzig Mitglied werden
Nur Personen können Mitglied werden und zahlen 21.000 Satoshis im Jahr.
- Firmen melden
- sich bitte direkt an den Vorstand.
+
+ Firmen melden sich bitte direkt an den Vorstand.
+
- bisherige Zahlungen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @foreach($payments as $payment)
-
-
- @endforeach
-
-
-
-
-
-
-
-
- @if($payment->btc_pay_invoice)
-
-
+ bisherige Zahlungen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @foreach($payments as $payment)
+
+
+ @endforeach
+
+
+
+
+
+
+
+
+ @if($payment->btc_pay_invoice)
+
+
Bist du sicher, dass du diese Projektunterstützung löschen möchtest?
-Diese Aktion kann nicht rückgängig gemacht werden.
-Bist du sicher, dass du diese Projektunterstützung löschen möchtest?
+Diese Aktion kann nicht rückgängig gemacht werden.
+