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()->user()->lnbits['wallet_id'])
|
@if(auth()->check() && auth()->user()->lnbits['wallet_id'])
|
||||||
<x-button
|
<x-button
|
||||||
class="whitespace-nowrap"
|
class="whitespace-nowrap"
|
||||||
:href="route('news.form', ['type' => 'paid'])"
|
:href="route('news.form', ['type' => 'paid'])"
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
{{ __('Submit paid news article') }}
|
{{ __('Submit paid news article') }}
|
||||||
<i class="fa fa-thin fa-coins"></i>
|
<i class="fa fa-thin fa-coins"></i>
|
||||||
</x-button>
|
</x-button>
|
||||||
@else
|
@elseif(auth()->check())
|
||||||
<x-button
|
<x-button
|
||||||
class="whitespace-nowrap"
|
class="whitespace-nowrap"
|
||||||
:href="route('profile.lnbits')"
|
:href="route('profile.lnbits')"
|
||||||
|
|||||||
Reference in New Issue
Block a user