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