lasthourcloud/resources/views/components/use-magic-bar.blade.php

12 lines
295 B
PHP
Raw Normal View History

<div class="pt-4">
@if (isset($link))
2024-03-21 14:30:35 +01:00
Create a new one
2023-08-11 20:19:42 +02:00
<a href="{{ $link }}" class="underline text-warning">
2024-03-21 14:30:35 +01:00
here.
2023-08-14 14:00:10 +02:00
</a>
2024-03-21 14:30:35 +01:00
{{-- @else
Use the magic
2024-03-21 14:30:35 +01:00
bar (press <span class="kbd-custom">/</span>) to create a new one. --}}
@endif
</div>