diff --git a/app/Livewire/Landing.php b/app/Livewire/Landing.php new file mode 100644 index 0000000..b411967 --- /dev/null +++ b/app/Livewire/Landing.php @@ -0,0 +1,26 @@ +get(); + } + + #[Layout('layouts.guest')] + public function render(): View + { + return view('livewire.landing'); + } +} diff --git a/resources/views/livewire/landing.blade.php b/resources/views/livewire/landing.blade.php new file mode 100644 index 0000000..7880b82 --- /dev/null +++ b/resources/views/livewire/landing.blade.php @@ -0,0 +1,9 @@ +