mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lnbits paid articles added
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<i class="fa fa-thin fa-plus"></i>
|
<i class="fa fa-thin fa-plus"></i>
|
||||||
{{ __('Submit news articles') }}
|
{{ __('Submit news articles') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
@if(auth()->check() && auth()->user()->lnbits['wallet_id'])
|
@if(auth()->check() && auth()->user()->lnbits['wallet_id'] ?? false)
|
||||||
<x-button
|
<x-button
|
||||||
class="whitespace-nowrap"
|
class="whitespace-nowrap"
|
||||||
:href="route('news.form', ['type' => 'paid'])"
|
:href="route('news.form', ['type' => 'paid'])"
|
||||||
|
|||||||
Reference in New Issue
Block a user