From e064d8c8b1bbd485c12776969ff32e645d1e8a33 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Wed, 3 May 2017 19:58:34 +0700 Subject: [PATCH] Update top-nav items --- .gitignore | 1 + config/app.php | 2 +- resources/lang/id/nav_menu.php | 5 +++++ resources/views/layouts/partials/top-nav.blade.php | 6 +++--- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 resources/lang/id/nav_menu.php diff --git a/.gitignore b/.gitignore index 7deb000..13b4e5f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Homestead.json Homestead.yaml .env +ftpsync.settings diff --git a/config/app.php b/config/app.php index 16f63bf..83a6333 100644 --- a/config/app.php +++ b/config/app.php @@ -12,7 +12,7 @@ return [ | any other location as required by the application or its packages. */ - 'name' => 'Grosir Obat', + 'name' => env('APP_NAME', 'Laravel'), /* |-------------------------------------------------------------------------- diff --git a/resources/lang/id/nav_menu.php b/resources/lang/id/nav_menu.php new file mode 100644 index 0000000..a2296ea --- /dev/null +++ b/resources/lang/id/nav_menu.php @@ -0,0 +1,5 @@ + 'Draft Transaksi', +]; \ No newline at end of file diff --git a/resources/views/layouts/partials/top-nav.blade.php b/resources/views/layouts/partials/top-nav.blade.php index 2a36487..36cce71 100644 --- a/resources/views/layouts/partials/top-nav.blade.php +++ b/resources/views/layouts/partials/top-nav.blade.php @@ -17,13 +17,13 @@ \ No newline at end of file