From 2ab1c57fb6b81d6a8cad214a164b26f0a00dac0a Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Wed, 18 Mar 2015 23:11:05 +0100 Subject: [PATCH] _index.blade --- src/resources/views/admin/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/views/admin/index.blade.php b/src/resources/views/admin/index.blade.php index e42e12b1..1991657f 100644 --- a/src/resources/views/admin/index.blade.php +++ b/src/resources/views/admin/index.blade.php @@ -4,6 +4,6 @@ @section('main') -@include($module . '::admin.index') +@include($module . '::admin._index') @stop