Laravel Asset Resolving to http pas https

/** Enable HTTPS */
if(env('REDIRECT_HTTPS')) {
    $url->forceSchema('https');
}
Wicked Wildebeest