I've multiple photos for a Model
but when if trying to display it, it show empty []
It also not working for normal table relationship with hasMany attribute:
{ "fillable": "id,center_name,center_zone,center_address,contact_number,email,landmark,user_id,state_id,country_id", "relation": [{ "name": "state", "fillable": "id,name,code" }, { "name": "country", "fillable": "id,name,code" }, { "name": "franchises", "fillable": "name,email" }, { "name": "center_photos", "fillable": "id" }] }
This is what ive written
Here franchises is declared as has many and belongs to relation ship with main table