From 8be331b13c93a9009faf8ee96b88642ae2fbf885 Mon Sep 17 00:00:00 2001 From: Jormin Date: Thu, 6 Apr 2017 20:38:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B95.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 8c1091c..1795e23 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -49,7 +49,7 @@ - @foreach($tables as $table) + @foreach($tables as $key => $table)
{{ $key+1 }}. {{ $table->Name }}