Syed Arslan Haider
Syed Arslan Haider

make sure by dd relation data link with your Model ?
Please if possible, to share your code snippet of method and view? I mean paste here
i guess you need a foreach loop to fetch data from get
Which version are you using? even i check by implementing modal, perfectly work. and one more thing make sure mobile field exist typically must be in fillable of Phone Model
In edit form that you are using in modal place this code {{$customer->phone->mobile}} or {{$customer->phone}} after the opening tag and what is the output?
But I am facing one issue right now: I am unable to get the category_id for the next dependent dropdown. ``` @can('category_create') @endcan @can('category_access') @endcan @can('serial_create') @endcan @can('serial_access') @endcan ```