create content creator button changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-21 20:33:33 +01:00
parent a387f579aa
commit 83e31dbc4c
4 changed files with 26 additions and 7 deletions

View File

@@ -44,4 +44,16 @@
{{ __('Show landing page') }}
</x-button>
</div>
<div>
@if($row->created_by === auth()->id())
<x-button
:href="route('contentCreator.form', ['country' => $country, 'lecturer' => $row->id])"
xs
amber
>
<i class="fa fa-thin fa-edit mr-2"></i>
{{ __('Edit') }}
</x-button>
@endif
</div>
</div>