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 002a413 commit 025f3d3Copy full SHA for 025f3d3
resources/views/investigation/pdf.blade.php
@@ -161,7 +161,7 @@
161
<h2>{{ __('history') }}</h2>
162
@foreach($investigation->events as $event)
163
<div class="box">
164
- {{ $event->created }} — {{ __( 'events-' . $event->action ) }}
+ {{ $event->created }} — {{ __( 'events-' . $event->action . '-desc', [ 'comment' => '' ] ) }}
165
@if($event->comment)
166
<br>{{ $event->comment }}
167
@endif
0 commit comments