Solution:
In the model, add the line
protected $table = 'agency_persons';
See https://laravel.com/docs/5.5/eloquent for more details, look for section Tablenames
Solution:
In the model, add the line
protected $table = 'agency_persons';
See https://laravel.com/docs/5.5/eloquent for more details, look for section Tablenames