mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
not approved
This commit is contained in:
@@ -10,12 +10,14 @@
|
|||||||
<img class="h-32 object-cover" src="{{ asset('img/einundzwanzig-news-colored.png') }}" alt="">
|
<img class="h-32 object-cover" src="{{ asset('img/einundzwanzig-news-colored.png') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<x-button
|
@auth
|
||||||
:href="route('news.form')"
|
<x-button
|
||||||
primary>
|
:href="route('news.form')"
|
||||||
<i class="fa fa-thin fa-plus"></i>
|
primary>
|
||||||
{{ __('Submit news articles') }}
|
<i class="fa fa-thin fa-plus"></i>
|
||||||
</x-button>
|
{{ __('Submit news articles') }}
|
||||||
|
</x-button>
|
||||||
|
@endauth
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mx-auto mt-2 grid max-w-lg gap-5 lg:max-w-none lg:grid-cols-3">
|
<div class="mx-auto mt-2 grid max-w-lg gap-5 lg:max-w-none lg:grid-cols-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user