@php $target = $target ?? ""; $col = $col ??4; $col_class = "col-md-$col "; $url = "javascript:void(0);"; $has_url = false; if($route) { $url = route($route, $parameters ?? []); $has_url = true; } @endphp


@if(!empty($imagepath)) @elseif(!empty($icon)) {!! $icon !!} @endif {{$label}}
{{ $value }}
@if($show_eye_icon) @endif