diff --git a/resources/js/Pages/Welcome.vue b/resources/js/Pages/Welcome.vue index 99d7edc..866635d 100644 --- a/resources/js/Pages/Welcome.vue +++ b/resources/js/Pages/Welcome.vue @@ -6,116 +6,306 @@ defineProps({ canRegister: Boolean, laravelVersion: String, phpVersion: String, -}) +}); - +} + \ No newline at end of file diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index dd6a45d..007d5a2 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -7,126 +7,134 @@ Laravel - + + - - -
+
@if (Route::has('login')) -