Feuerwehr-eppingen/storage/framework/views/78d81f3dfa1bdae8e08a69c4ff969101b7cd9cd3.php

21 lines
441 B
PHP

<table class="table table-sm">
<tbody>
<tr>
<th scope="" row><?php echo app('translator')->getFromJson('models.department'); ?>:</th>
<td>
<?php echo e($post->department); ?>
</td>
</tr>
<tr>
<th scope="" row><?php echo app('translator')->getFromJson('models.name'); ?>:</th>
<td>
<?php echo e($post->name); ?>
<a href="#">
<i class="fas fa-envelope"></i>
</a>
</td>
</tr>
</tbody>
</table>