{{-- -- Important note: -- -- This template is based on an example from Tailwind UI, and is used here with permission from Tailwind Labs -- for educational purposes only. Please do not use this template in your own projects without purchasing a -- Tailwind UI license, or they’ll have to tighten up the licensing and you’ll ruin the fun for everyone. -- -- Purchase here: https://tailwindui.com/ --}} @props([ 'leadingAddOn' => false, ])
@if ($leadingAddOn) {{ $leadingAddOn }} @endif merge(['class' => 'flex-1 form-input border-cool-zinc-300 block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5' . ($leadingAddOn ? ' rounded-none rounded-r-md' : '')]) }}/>