mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
first front end prototype
This commit is contained in:
@@ -8,6 +8,8 @@ class Welcome extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.guest.welcome')->layout('layouts.guest');
|
||||
return view('livewire.guest.welcome', [
|
||||
'cities' => \App\Models\City::all(),
|
||||
])->layout('layouts.guest');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user