Hello fellow developers, using this package you can display country flags.
composer require codingwithrk/rk-country-flags
This will display INDIA flag.
<x-rk-country-flags name="in" />
Add width & height (default width & height is 32x32)
<x-rk-country-flags name="in" width="40" height="40"/>
If you want add class also
<x-rk-country-flags name="in" class="w-full"/>
This is open-sourced software licensed under the MIT license.