Skip to content

Commit 843f263

Browse files
committed
Fix: Remove langs from show menu element (show.blage.php)
1 parent de0e075 commit 843f263

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

resources/views/dashboard/editmenu/show.blade.php

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,33 +46,6 @@
4646
?>
4747
</td>
4848
</tr>
49-
<tr>
50-
<th>
51-
Translations
52-
</th>
53-
<td>
54-
<table class="table">
55-
@foreach($langs as $lang)
56-
<tr>
57-
<td>
58-
{{ $lang->name }}
59-
</td>
60-
<td>
61-
<?php
62-
$temp = false;
63-
$menuLangId = NULL;
64-
for($i=0; $i<count($menuLangs); $i++){
65-
if($lang->short_name == $menuLangs[$i]->lang){
66-
echo $menuLangs[$i]->name;
67-
}
68-
}
69-
?>
70-
</td>
71-
</tr>
72-
@endforeach
73-
</table>
74-
</td>
75-
</tr>
7649
<tr>
7750
<th>
7851
Type

0 commit comments

Comments
 (0)