added th text
This commit is contained in:
@@ -153,8 +153,10 @@
|
||||
<x-slot name="first">
|
||||
{{ $item->type_title }}
|
||||
</x-slot>
|
||||
<x-slot name="second" class="flex items-center">
|
||||
<x-index.category :model="$item->category" />
|
||||
<x-slot name="second">
|
||||
<div class="flex items-center">
|
||||
<x-index.category :model="$item->category" />
|
||||
</div>
|
||||
</x-slot>
|
||||
</x-table.td>
|
||||
|
||||
|
@@ -8,7 +8,9 @@
|
||||
}
|
||||
@endphp
|
||||
<div {{ $first_attributes }}>
|
||||
{!! $first !!}
|
||||
<x-marguee-text>
|
||||
{!! $first !!}
|
||||
</x-marguee-text>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@@ -21,9 +23,13 @@
|
||||
}
|
||||
@endphp
|
||||
<div {{ $second_attributes }}>
|
||||
{!! $second !!}
|
||||
<x-marguee-text>
|
||||
{!! $second !!}
|
||||
</x-marguee-text>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
{{ $slot }}
|
||||
<x-marguee-text>
|
||||
{{ $slot }}
|
||||
</x-marguee-text>
|
||||
</th>
|
||||
|
Reference in New Issue
Block a user