From 683c3bbfd8b7b090805be91fec1b947d84de37da Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Wed, 25 Apr 2018 10:34:04 +0300 Subject: [PATCH] Category list page type get language text --- resources/views/settings/categories/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/settings/categories/index.blade.php b/resources/views/settings/categories/index.blade.php index 722255c45..2aa986649 100644 --- a/resources/views/settings/categories/index.blade.php +++ b/resources/views/settings/categories/index.blade.php @@ -43,7 +43,7 @@ @foreach($categories as $item) {{ $item->name }} - {{ $item->type }} + {{ $types[$item->type] }} @if ($item->enabled)