I'm developing a website in laravel where I've a json response from server with a blade.php view like below,
[{"id":1,"user_id":"1","patient_name":"kk","age":"44","sex":"Male"},
{"id":2,"user_id":"1","patient_name":"noor","age":"7","sex":"Male"},
{"id":3,"user_id":"1","patient_name":"noor","age":"44","sex":"Male"}]
How can I iterate through the json object so that i can show the data in a table with patient_name,age,sex column in blade.php?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire