We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b674bdc commit abd179eCopy full SHA for abd179e
resources/views/pages/welcome.blade.php
@@ -15,8 +15,8 @@
15
</x-slot>
16
17
<x-slot:actions>
18
- <a href="{{ route('docs') }}" class="btn btn-primary btn-lg px-4">Начать читать!</a>
19
- <a href="{{ route('courses') }}" class="btn btn-outline-primary btn-lg px-4">Учиться по видео</a>
+ <a href="{{ route('why-laravel') }}" class="btn btn-primary btn-lg px-4">Почему Laravel</a>
+ <a href="{{ route('feature') }}" class="btn btn-outline-primary btn-lg px-4">Возможности</a>
20
21
</x-header>
22
0 commit comments