edit orange pills

This commit is contained in:
HolgerHatGarKeineNode
2023-02-16 20:15:34 +01:00
parent 9b05c8eda5
commit 2350e9c2f4
9 changed files with 248 additions and 167 deletions

View File

@@ -21,14 +21,10 @@ class WorldMap extends Component
->map(fn($bookCase) => [
'lat' => $bookCase->latitude,
'lng' => $bookCase->longitude,
'url' => url()->route('bookCases.table.bookcases',
'url' => url()->route('bookCases.comment.bookcase',
[
'country' => $this->country,
'bookcases' => [
'filters' => [
'byids' => $bookCase->id,
]
]
'country' => $this->country,
'bookCase' => $bookCase,
]),
'op' => $bookCase->orange_pills_count,
])