Syed Arslan Haider

Results 7 comments of Syed Arslan Haider

![image](https://user-images.githubusercontent.com/8742640/198264330-0fcc0241-1cb3-4c23-bef2-c409c2898b17.png)

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 ```