matt-daneshvar / laravel-survey

Create and manage surveys within your Laravel app.
MIT License
250 stars 50 forks source link

Getting error on view. #49

Closed h12guerrero closed 4 months ago

h12guerrero commented 4 months ago

I am using your package, and when try to use this @include('survey::standard', ['survey' => $survey]), I am getting this error Method Illuminate\Database\Eloquent\Collection::isEligible does not exist.

Can you tell me if I am doing something wrong? I follow the instructions correctly.

Thanks

h12guerrero commented 4 months ago

Never mind, I figured it out. I was not declaring the namespace on the controller.

Thank you..