diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index a808a39..5c3d054 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,278 +1,71 @@ - - - - Laravel +@php + // @php〜@endphp ではPHPが書ける。変数$titleを定義している。 + $title = 'TestSite'; +@endphp - - - + + + - - - + {{ $title }} - - - - -
- @if (Route::has('login')) - - @endif -
-
-
-
-

Let's get started

-

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.

- - -
-
- {{-- Laravel Logo --}} - - - - - - - - - + + + - {{-- Light Mode 12 SVG --}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @vite(['resources/css/app.css', 'resources/js/app.js']) + {{-- @fluxAppearance --}} + - {{-- Dark Mode 12 SVG --}} - -
-
-
-
- + +
@if (Route::has('login')) - + @endif - +
+
+
+
+ {{ $title }} +
+ +
+
+ + @if (Route::has('login')) + + @endif + +