added summary slot tooltip feature..
This commit is contained in:
parent
7181af66b9
commit
f5e6197855
@ -22,6 +22,10 @@
|
|||||||
{!! $first !!}
|
{!! $first !!}
|
||||||
@elseif (! empty($first))
|
@elseif (! empty($first))
|
||||||
<div class="w-1/2 sm:w-1/3 text-center">
|
<div class="w-1/2 sm:w-1/3 text-center">
|
||||||
|
@if ($first->attributes->has('tooltip'))
|
||||||
|
<x-tooltip id="tooltip-summary-first" placement="top" message="{!! $first->attributes->get('tooltip') !!}">
|
||||||
|
@endif
|
||||||
|
|
||||||
@if ($first->attributes->has('href'))
|
@if ($first->attributes->has('href'))
|
||||||
<a href="{{ $first->attributes->get('href') }}" class="group">
|
<a href="{{ $first->attributes->get('href') }}" class="group">
|
||||||
@endif
|
@endif
|
||||||
@ -37,6 +41,10 @@
|
|||||||
@if ($first->attributes->has('href'))
|
@if ($first->attributes->has('href'))
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($first->attributes->has('tooltip'))
|
||||||
|
</x-tooltip>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if ($first->attributes->has('divider'))
|
@if ($first->attributes->has('divider'))
|
||||||
@ -50,6 +58,10 @@
|
|||||||
{!! $second !!}
|
{!! $second !!}
|
||||||
@elseif (! empty($second))
|
@elseif (! empty($second))
|
||||||
<div class="w-1/2 sm:w-1/3 text-center">
|
<div class="w-1/2 sm:w-1/3 text-center">
|
||||||
|
@if ($second->attributes->has('tooltip'))
|
||||||
|
<x-tooltip id="tooltip-summary-second" placement="top" message="{!! $second->attributes->get('tooltip') !!}">
|
||||||
|
@endif
|
||||||
|
|
||||||
@if ($second->attributes->has('href'))
|
@if ($second->attributes->has('href'))
|
||||||
<a href="{{ $second->attributes->get('href') }}" class="group">
|
<a href="{{ $second->attributes->get('href') }}" class="group">
|
||||||
@endif
|
@endif
|
||||||
@ -66,6 +78,10 @@
|
|||||||
@if ($second->attributes->has('href'))
|
@if ($second->attributes->has('href'))
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($second->attributes->has('tooltip'))
|
||||||
|
</x-tooltip>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if ($second->attributes->has('divider'))
|
@if ($second->attributes->has('divider'))
|
||||||
@ -79,6 +95,10 @@
|
|||||||
{!! $third !!}
|
{!! $third !!}
|
||||||
@elseif (! empty($third))
|
@elseif (! empty($third))
|
||||||
<div class="w-1/2 sm:w-1/3 text-center">
|
<div class="w-1/2 sm:w-1/3 text-center">
|
||||||
|
@if ($third->attributes->has('tooltip'))
|
||||||
|
<x-tooltip id="tooltip-summary-third" placement="top" message="{!! $third->attributes->get('tooltip') !!}">
|
||||||
|
@endif
|
||||||
|
|
||||||
@if ($third->attributes->has('href'))
|
@if ($third->attributes->has('href'))
|
||||||
<a href="{{ $third->attributes->get('href') }}" class="group">
|
<a href="{{ $third->attributes->get('href') }}" class="group">
|
||||||
@endif
|
@endif
|
||||||
@ -94,6 +114,10 @@
|
|||||||
@if ($third->attributes->has('href'))
|
@if ($third->attributes->has('href'))
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($third->attributes->has('tooltip'))
|
||||||
|
</x-tooltip>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
{!! $first !!}
|
{!! $first !!}
|
||||||
@elseif (! empty($first))
|
@elseif (! empty($first))
|
||||||
<div class="w-1/2 sm:w-1/3 text-center">
|
<div class="w-1/2 sm:w-1/3 text-center">
|
||||||
|
@if ($first->attributes->has('tooltip'))
|
||||||
|
<x-tooltip id="tooltip-summary-first" placement="top" message="{!! $first->attributes->get('tooltip') !!}">
|
||||||
|
@endif
|
||||||
|
|
||||||
@if ($first->attributes->has('href'))
|
@if ($first->attributes->has('href'))
|
||||||
<a href="{{ $first->attributes->get('hef') }}" class="group">
|
<a href="{{ $first->attributes->get('hef') }}" class="group">
|
||||||
@endif
|
@endif
|
||||||
@ -37,6 +41,10 @@
|
|||||||
@if ($first->attributes->has('href'))
|
@if ($first->attributes->has('href'))
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($first->attributes->has('tooltip'))
|
||||||
|
</x-tooltip>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if ($first->attributes->has('divider'))
|
@if ($first->attributes->has('divider'))
|
||||||
@ -50,6 +58,10 @@
|
|||||||
{!! $second !!}
|
{!! $second !!}
|
||||||
@elseif (! empty($second))
|
@elseif (! empty($second))
|
||||||
<div class="w-1/2 sm:w-1/3 text-center">
|
<div class="w-1/2 sm:w-1/3 text-center">
|
||||||
|
@if ($second->attributes->has('tooltip'))
|
||||||
|
<x-tooltip id="tooltip-summary-second" placement="top" message="{!! $second->attributes->get('tooltip') !!}">
|
||||||
|
@endif
|
||||||
|
|
||||||
@if ($second->attributes->has('href'))
|
@if ($second->attributes->has('href'))
|
||||||
<a href="{{ $second->attributes->get('hef') }}" class="group">
|
<a href="{{ $second->attributes->get('hef') }}" class="group">
|
||||||
@endif
|
@endif
|
||||||
@ -66,6 +78,10 @@
|
|||||||
@if ($second->attributes->has('href'))
|
@if ($second->attributes->has('href'))
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($second->attributes->has('tooltip'))
|
||||||
|
</x-tooltip>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if ($second->attributes->has('divider'))
|
@if ($second->attributes->has('divider'))
|
||||||
@ -79,6 +95,10 @@
|
|||||||
{!! $third !!}
|
{!! $third !!}
|
||||||
@elseif (! empty($third))
|
@elseif (! empty($third))
|
||||||
<div class="w-1/2 sm:w-1/3 text-center">
|
<div class="w-1/2 sm:w-1/3 text-center">
|
||||||
|
@if ($third->attributes->has('tooltip'))
|
||||||
|
<x-tooltip id="tooltip-summary-third" placement="top" message="{!! $third->attributes->get('tooltip') !!}">
|
||||||
|
@endif
|
||||||
|
|
||||||
@if ($third->attributes->has('href'))
|
@if ($third->attributes->has('href'))
|
||||||
<a href="{{ $third->attributes->get('hef') }}" class="group">
|
<a href="{{ $third->attributes->get('hef') }}" class="group">
|
||||||
@endif
|
@endif
|
||||||
@ -94,6 +114,10 @@
|
|||||||
@if ($third->attributes->has('href'))
|
@if ($third->attributes->has('href'))
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($third->attributes->has('tooltip'))
|
||||||
|
</x-tooltip>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user