preview dialogue component edited
This commit is contained in:
@ -309,11 +309,15 @@
|
||||
<x-slot name="first">
|
||||
{{ $item->account->name }}
|
||||
</x-slot>
|
||||
<x-slot name="second">
|
||||
<x-slot name="second" class="w-20 font-normal group" data-tooltip-target="tooltip-information-transaction-{{ $item->id }}" data-tooltip-placement="left" override="class,data-tooltip-target,data-tooltip-placement">
|
||||
@if ($item->document)
|
||||
<x-link href="{{ route($item->route_name, $item->route_id) }}" class="font-normal truncate border-b border-black border-dashed" override="class">
|
||||
{{ $item->document->document_number }}
|
||||
</x-link>
|
||||
|
||||
<div class="w-28 absolute h-10 -left-10 -mt-6"></div>
|
||||
|
||||
<x-documents.index.information id="tooltip-information-transaction-{{ $item->id }}" :document="$item->document" />
|
||||
@else
|
||||
<x-empty-data />
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user