What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
Infy vCard Saas : NFC Smart Business Card Builder

Infy vCard Saas : NFC Smart Business Card Builder 13.1.2

when you login superadmin and click on plan, add and edit plan not working showing error

I removed the error line and showed but can't save

@raz0r please how can one fix this issue?
 
Last edited:
Reacted by:
when you login superadmin and click on plan, add and edit plan not working showing error

I removed the error line and showed but can't save

@raz0r please how can one fix this issue?
resources\views\sadmin\plans\fields.blade.php

here remove required

Code:
                <div class="col-xxl-12 col-lg-12 p-2 col-md-2 col-5 mb-5 col-xs p-0 {{ isset($feature) && $feature->whatsapp_store == 1 ? '' : 'd-none' }}"
                    id="whatsappStore">
                    <input type="number" required class="form-control"
                        value="{{ $plan->no_of_whatsapp_store ?? '' }}" name="no_of_whatsapp_store"
                        placeholder="{{ __('messages.plan.no_of_whatsapp_stores') }}">
                </div>
 
raz0r 's signature
Reacted by:
  • Like
Reactions: humbleone
raz0r 's signature
Reacted by:
raz0r 's signature
Reacted by:
Top