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 a071b2c commit 69ff545Copy full SHA for 69ff545
resources/views/idea/index.blade.php
@@ -78,7 +78,14 @@ class="feature-icon-small d-inline-flex align-items-center justify-content-cente
78
</div>
79
80
<div class="col-xl-6">
81
- <form action="{{ route('idea.store') }}" method="POST">
+
82
+ <div class="p-3 bg-warning-subtle rounded text-balance mb-3">
83
+ <a href="https://laravel.su/p/laravel-idea-teper-besplaten" class="text-decoration-none">
84
+ Laravel Idea с 30 июля 2025 года бесплатен для всех пользователей PhpStorm.
85
+ </a>
86
+ </div>
87
88
+ <form action="{{ route('idea.store') }}" method="POST" disabled class="opacity-25 disabled">
89
@csrf
90
91
<p>
0 commit comments