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.
2 parents beacfbb + 8a128ae commit 20bacfeCopy full SHA for 20bacfe
resources/views/modals/kit-accessory.blade.php
@@ -4,7 +4,7 @@
4
<div class="modal-header">
5
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
6
<span aria-hidden="true">×</span></button>
7
- <h4 class="modal-title">{{{{ trans('admin/kits/general.append_accessory') }}}}</h4>
+ <h4 class="modal-title">{{ trans('admin/kits/general.append_accessory') }}</h4>
8
</div>
9
<div class="modal-body">
10
<form action="{{ route('api.kits.accessories.store', $kitId) }}" onsubmit="return false">
0 commit comments