dropdown-link.blade.php 210 B

1
  1. <a {{ $attributes->merge(['class' => 'block px-4 py-2 text-sm leading-5 text-crayola hover:text-yelmax hover:bg-field focus:outline-none focus:bg-field transition duration-150 ease-in-out']) }}>{{ $slot }}</a>