structure created for view components

This commit is contained in:
Burak Civan
2022-06-23 13:59:49 +03:00
parent f3f2a64a99
commit 2262600b37
9 changed files with 29 additions and 38 deletions

View File

@ -8,9 +8,7 @@
<div class="flex items-center">
@if ($report = $class->getReportUrl())
<a href="{{ $report }}" class="text-purple text-sm mr-3">
<span class="bg-no-repeat bg-0-2 bg-0-full hover:bg-full-2 bg-gradient-to-b from-transparent to-purple transition-backgroundSize">
{{ trans('widgets.view_report') }}
</span>
<x-text.hover text="{{ trans('widgets.view_report') }}" />
</a>
@endif