Id
{{$data->id}}
Username
{{$data->username}}
Name
{{$data->name}}
@foreach($data->pharmacyLocation as $pharmacy)
Location {{$loop->iteration}}
Pharmacy Name
{{$pharmacy->pharmacy_name}}
Address
{{$pharmacy->address}}
Region
{{$pharmacy->region->name}}
Owner's Name
{{$pharmacy->owner_name}}
Contact Phone
{{$pharmacy->contact_phone}}
Contact Email
{{$pharmacy->email}}
License
Shop Photo
@endforeach