Просмотр файла ndiz/views/app/_bbcode.blade.php
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Rotor</title>
@include('app/_styles')
</head>
<body>
{!! bbCode($message) !!}
@include('app/_scripts')
</body>
</html>