Relative Content

Tag Archive for phplaravelfrontendlaravel-bladeadminlte

How to map and decode a json sql table in an edit in blade.php

I need to create an edit view in a blade.php in laravel that can map the info of the selected item in the table and let me modify it, whenver I try to made the edit I can only display the table but not the information of the selected item in the view, the information of the sql is stored in a json and need to be displayed with the selected checkboxes previously marked when saving the information