freescout-itk-issue-create/Resources/views/leantimeDescription.blade.php
2024-06-25 09:01:32 +02:00

13 lines
297 B
PHP

<p>
<strong>Forfatter:</strong><span>{{$customerName}}</span>
<br>
<strong>E-mail:</strong><span>{{$conv['customer_email']}}</span>
<p>
<strong>Helpdesk rapport:</strong>
<br>
{!! $thread['body'] !!}
</p>
<hr>
<p>
<a href="{{$freescoutUrl}}" class="btn-primary">Åben i Freescout</a>
</p>