Anchor tags

Instructions

The file is called bl-a.blade.php and the scss is called _bl-a.scss.
There are two props: route and external.

For internal routes, pass the route directive. e.g. route('something') inside double {}
Full example: <x-bl-a route="{{ route('users') }}">Users</x-bl-a>
For external routes, pass the url. e.g. http://example.com and the external directive as true
Full example: <x-bl-a external=true route='https://example.com'>Go here</x-bl-a>

NOTE: all external links open in new tab/window w/ no-referrer set