We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13ef44 commit 63a761eCopy full SHA for 63a761e
2 files changed
src/Views/tickets/partials/comments/index.blade.php
@@ -14,7 +14,9 @@
14
@endif
15
{!! $comments->render() !!}
16
17
- @include('panichd::tickets.partials.comments.modal_new')
+ @if(isset($new_comment_modal))
18
+ @include('panichd::tickets.partials.comments.modal_new')
19
+ @endif
20
21
@append
22
src/Views/tickets/show.blade.php
@@ -16,7 +16,7 @@
@endsection
-@include('panichd::tickets.partials.comments.index')
+@include('panichd::tickets.partials.comments.index', ['new_comment_modal' => true])
@include('panichd::shared.photoswipe_files')
@include('panichd::shared.jcrop_files')
0 commit comments