My bad - I was writing my link wrong - route('business.profile', $business->username) should have been route('business.profile', $business->slug). I am using the "slug" field for business usernames. So that was actually resolving to NULL, i.e. route('business.profile', NULL)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community