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 61a6c44 commit 0943dadCopy full SHA for 0943dad
resources/views/post/edit.blade.php
@@ -64,6 +64,7 @@ class="mt-3 gap-3 d-flex flex-column flex-md-row justify-content-center justify-
64
<button
65
formaction="{{ $post->exists ? route('post.update', $post) : route('post.store') }}"
66
type="submit"
67
+ data-turbo-confirm="Ваша публикация будет доступно широкой аудитории. Публикуйте ответственно."
68
class="btn btn-primary mb-3 mb-md-0">
69
{{ $post->exists ? "Обновить" : "Опубликовать" }}
70
</button>
0 commit comments