belongsTo(User::class); } public function adminUrl() { return url('/i/admin/messages/show/' . $this->id); } }