how to get json values from db in edit page in laravel
问题 Hi guys i have form with multiple sections so on time of insert i am storing the particular sections which ever i have choose. so those values i am storing it in json format in db.Now i want to get it in my edit page only those particular sections values.. Here is my function from where i am storing all json code: function toggler(section_value, from_where) { var html_question_section = ''; var html_question_section_display = ''; var section_counter = 0; if(from_where == 'question') {