summaryrefslogtreecommitdiff
path: root/workbench/resources/views/index.blade.php
blob: 0e9c177a708b6066f9a818cc133649b8b3d6523b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
    <head>
        <title>
            {{ $title = __('Laralight assets testing') }}
        </title>
        <x-laralight-assets::head />
    </head>
    <body>
        <h1>
            {{ $title }}
        </h1>
        <h2>
            {{ __('testing enviroment for laravel assets library') }}
        </h2>
        <x-laralight-assets::footer />
    </body>
</html>