welcome page

This commit is contained in:
Benjamin Takats
2022-12-12 14:50:34 +01:00
parent 5790f690cc
commit d598380066
22 changed files with 323 additions and 104 deletions

View File

@@ -70,6 +70,7 @@ class Event extends Resource
->displayUsing(fn($value) => $value->asDateTime()),
BelongsTo::make('Course'),
BelongsTo::make('Venue')
->searchable(),