mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
routes changed
This commit is contained in:
@@ -14,6 +14,8 @@ class BookCaseTable extends DataTableComponent
|
||||
{
|
||||
use Actions;
|
||||
|
||||
public string $country;
|
||||
|
||||
public bool $viewingModal = false;
|
||||
public $currentModal;
|
||||
public array $orangepill = [
|
||||
@@ -94,7 +96,7 @@ class BookCaseTable extends DataTableComponent
|
||||
)
|
||||
->html(),
|
||||
Column::make('Orange-Pilled', 'orange_pilled')
|
||||
->label(fn($row, Column $column) => view('columns.book_cases.oranged-pilled')->withRow($row)),
|
||||
->label(fn($row, Column $column) => view('columns.book_cases.oranged-pilled')->withRow($row)->withCountry($this->country))
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user