summaryrefslogtreecommitdiff
path: root/workbench/resources/views/index.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'workbench/resources/views/index.blade.php')
-rw-r--r--workbench/resources/views/index.blade.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/workbench/resources/views/index.blade.php b/workbench/resources/views/index.blade.php
new file mode 100644
index 0000000..1c05dfc
--- /dev/null
+++ b/workbench/resources/views/index.blade.php
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>
+ {{ $title = __('Laralight assets testing') }}
+ </title>
+ </head>
+ <body>
+ <h1>
+ {{ $title }}
+ </h1>
+ <h2>
+ {{ __('testing enviroment for laravel assets library') }}
+ </h2>
+ </body>
+</html>