To add new Radio Button near Veg/Non-Veg in Items details menu follow this:

  1. Under Resourses---> Views ---> Admin ---> items.blade.php
  2. Add this code below & Change the Label accordingly
  3. Thats it!

<label class="radio-inline mr-2">
<input type="radio" checked="checked" name="is_veg" value="nonveg">Egg
</label>

    HasanKanchwala changed the title to Add extra Radio button in Items page Near veg/Non-veg.
    • [deleted]

    HasanKanchwala I appreciate your enthusiasm but this will never work unless you change codes on frontend too.

      Write a Reply...