From 5dc14b135f4270d9ef72ebade1d041f332dba121 Mon Sep 17 00:00:00 2001 From: Achmad Hadi Kurnia Date: Mon, 15 Oct 2018 23:37:49 +0700 Subject: [PATCH] fix #17 issues --- resources/views/customers/projects.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/customers/projects.blade.php b/resources/views/customers/projects.blade.php index 3da94f7..c426a79 100755 --- a/resources/views/customers/projects.blade.php +++ b/resources/views/customers/projects.blade.php @@ -30,7 +30,7 @@ @empty - {{ $status }} {{ trans('project.not_found') }} + {{ trans('project.not_found') }} @endforelse