2023-07-26 11:23:47 +00:00
|
|
|
<div class="pt-4">
|
|
|
|
@if (isset($link))
|
2024-03-21 13:30:35 +00:00
|
|
|
Create a new one
|
2024-03-25 09:41:44 +00:00
|
|
|
<a href="{{ $link }}" class="underline dark:text-warning">
|
2024-03-21 13:30:35 +00:00
|
|
|
here.
|
2023-08-14 12:00:10 +00:00
|
|
|
</a>
|
2024-03-21 13:30:35 +00:00
|
|
|
{{-- @else
|
2023-07-26 11:23:47 +00:00
|
|
|
Use the magic
|
2024-03-21 13:30:35 +00:00
|
|
|
bar (press <span class="kbd-custom">/</span>) to create a new one. --}}
|
2023-07-26 11:23:47 +00:00
|
|
|
@endif
|
|
|
|
</div>
|