Solution:
You can find API of the Model class at this URL : https://laravel.com/api/5.0/Illuminate/Database/Eloquent/Model.html You can see that the function toJson already exist.
You have some a typo in your html you writed “$location->artikel()->toJson()” instead of “$location->article()->toJson()” maybe this is your problem.