Category list page type get language text
This commit is contained in:
parent
bfc4a70ec9
commit
683c3bbfd8
@ -43,7 +43,7 @@
|
|||||||
@foreach($categories as $item)
|
@foreach($categories as $item)
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{ url('settings/categories/' . $item->id . '/edit') }}">{{ $item->name }}</a></td>
|
<td><a href="{{ url('settings/categories/' . $item->id . '/edit') }}">{{ $item->name }}</a></td>
|
||||||
<td>{{ $item->type }}</td>
|
<td>{{ $types[$item->type] }}</td>
|
||||||
<td class="hidden-xs"><i class="fa fa-2x fa-circle" style="color:{{ $item->color }};"></i></td>
|
<td class="hidden-xs"><i class="fa fa-2x fa-circle" style="color:{{ $item->color }};"></i></td>
|
||||||
<td class="hidden-xs">
|
<td class="hidden-xs">
|
||||||
@if ($item->enabled)
|
@if ($item->enabled)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user