Get timezone in footer from config

This commit is contained in:
Les De Ridder 2018-10-19 20:47:14 +02:00
父節點 b1c06ae55b
當前提交 43e0366e7c
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -154,7 +154,7 @@
<div class="text-browser"><br></div>
<footer>
<p>Dates and times are UTC.</p>
<p>Dates and times are {{ Config::get('app.timezone') }}.</p>
</footer>
</body>
</html>