@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