code refactroing

This commit is contained in:
Burak Civan
2022-07-05 11:19:33 +03:00
parent ebf6112a08
commit 6ebc133433
3 changed files with 5 additions and 9 deletions

View File

@@ -43,12 +43,12 @@
<div class="ltr:ml-2 rtl:mr-2">
<h2 class="mb-1">
<x-link.hover group-hover>
{{ $report->name }}
{!! $report->name !!}
</x-link.hover>
</h2>
<span class="text-black-400 text-sm">
{{ $report->description }}
{!! $report->description !!}
</span>
</div>
</x-link>