@@ -14,4 +14,8 @@ class Location extends Model {
protected $fillable = [
'name',
];
public function books() {
return $this->hasMany(Book::class);
}
The note is not visible to the blocked user.