mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-24 08:30:28 +00:00
Update version.blade.php
This commit is contained in:
parent
7126c143e8
commit
c274d89d5f
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
|||
|
||||
<div class="mt-4">
|
||||
@foreach ($appTemplates as $appTemplate)
|
||||
<span>{{ $appTemplate['name'] }}</span>
|
||||
|
||||
<span>{{ $appTemplate['name'] }} ({{ $appTemplate['version'] }})</span>
|
||||
@if (!$loop->last)
|
||||
,
|
||||
@endif
|
||||
|
|
Loading…
Reference in a new issue