Home Forums HelpUs – Ultimate Crowdfunding Solution How to disable rewards? Reply To: How to disable rewards?

#2539

Hi @Bamsgenx

To disable rewards, Please find the file /root/resources/views/admin/edit_campaign.blade.php

Delete the line <li><a href="{{route('edit_campaign_rewards', $campaign->id)}}"> @lang('app.rewards') ({{$campaign->rewards->count()}})</a> </li>

Probably it’s line number 37

Then the rewards will be disable

Best Regards