remove stripping tags from nnotes

This commit is contained in:
Swapnil 2024-06-26 13:32:03 +05:30
parent 303e3a1c0c
commit 03354b4e2b
Signed by: swapnil
GPG Key ID: 58029C48BB100574

View File

@ -210,7 +210,7 @@
<p id="yabs_code" class="d-none pt-3"><code>curl -sL yabs.sh | bash -s -- -s "{{route('api.store-yabs', [$server_data->id, \Illuminate\Support\Facades\Auth::user()->api_token])}}"</code></p>
@if(isset($server_data->note))
<p class="font-bold text-muted mt-3 mb-1 pb-0">Note:</p>
<p class="pt-0">{!! strip_tags($server_data->note->note, '<li><ul><b><br>') !!}</p>
<p class="pt-0">{!! $server_data->note->note !!}</p>
@endif
</div>
</x-card>