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