Missing required parameter for [Route: influencersviewprofilewithslug] [URI: {org_slug}/influencer-profile] [Missing parameter: org_slug].

In this tutorial, I’m going to learn Missing required parameters. so follow this tutorial in this tutorial we have mentioned it in a very easy way.

Step 1:- Value should come on the blade page in my case org_slug comes from a function().

Step 2:-

<h1>You are not influencers thus there is no task for you. If you want to enable yourself as an influencer <a href="{{ route('influencersviewprofilewithslug', ['org_slug' => $org_slug]) }}">click here</a>.</h1>

I hope it will help You !!!!!!