summaryrefslogtreecommitdiff
path: root/workbench/resources/views/index.blade.php
blob: 1c05dfcdc338547c949768bc4de8f606d6eb9fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>