Achieve the World’s Most Prestigious Certifications and Unlock Top-Paying Careers! Get Certified in the Industry’s Leading Programs Today.
🚀 DevOps Certified Professional 🚀 SRE Certified Professional 🚀 DevSecOps Certified Professional 🚀 MLOps Certified Professional
📅 Starting: 1st of Every Month 🤝 +91 8409492687 | 🤝 +1 (469) 756-6329 🔍 Contact@DevOpsSchool.com

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

Uncategorized

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 !!!!!!