Skip to content

Commit 69ff545

Browse files
committed
Added notice about laravel idea keys
1 parent a071b2c commit 69ff545

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

resources/views/idea/index.blade.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,14 @@ class="feature-icon-small d-inline-flex align-items-center justify-content-cente
7878
</div>
7979
</div>
8080
<div class="col-xl-6">
81-
<form action="{{ route('idea.store') }}" method="POST">
81+
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">
8289
@csrf
8390

8491
<p>

0 commit comments

Comments
 (0)