Код: Выделить всё
Call to undefined method App\Models\Country::city()
at vendor\laravel\framework\src\Illuminate\Support\Traits\ForwardsCalls.php:67
63▕ * @throws \BadMethodCallException
64▕ */
65▕ protected static function throwBadMethodCallException($method)
66▕ {
➜ 67▕ throw new BadMethodCallException(sprintf(
68▕ 'Call to undefined method %s::%s()', static::class, $method
69▕ ));
70▕ }`your text`
71▕ }
Подробнее здесь: https://stackoverflow.com/questions/787 ... in-laravel