@props(['href', 'icon' => '', 'text' => '', 'color' => 'blue', 'class' => '', 'disabled' => false]) @if ($disabled) @if (!empty($icon)) @endif @if (!empty($text)) {{ $text }} @endif @else @if (!empty($icon)) @endif @if (!empty($text)) {{ $text }} @endif @endif