<!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>