I'm using https://example.com version of url for my laravel built app site.
I want
<link rel="canonical" hreflang="en-us" href="https://www.upscaleadventures.com/" />
as my canonical tag
{{url()->current()}}
only gives the URL that I've setup as default. <link rel="canonical" hreflang="en-us" href="https://upscaleadventures.com/" />
version in my case.
How do I print https://www.upscaleadventures.com/ version of url in Laravel