add dedicated Bindle page

This commit is contained in:
HolgerHatGarKeineNode
2023-08-02 14:15:55 +02:00
parent bf8919d84d
commit ba55f62afa
9 changed files with 273 additions and 86 deletions

View File

@@ -39,13 +39,13 @@
wire:model="libraryItem.lecturer_id"
:searchable="true"
:async-data="[
'api' => route('api.lecturers.index'),
'method' => 'GET', // default is GET
]"
'api' => route('api.lecturers.index'),
'method' => 'GET', // default is GET
]"
:template="[
'name' => 'user-option',
'config' => ['src' => 'image']
]"
'name' => 'user-option',
'config' => ['src' => 'image']
]"
option-label="name"
option-value="id"
/>