public function __construct() { $this->middleware(\'auth:api\')->only([\'index\', \'show\']); $this->middleware([\'auth:api\', \'role:seeker|admin\'