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.
I am using your package, and when try to use this
@include('survey::standard', ['survey' => $survey])
, I am getting this errorMethod Illuminate\Database\Eloquent\Collection::isEligible does not exist.
Can you tell me if I am doing something wrong? I follow the instructions correctly.
Thanks