madbob/GASdottoNG

View on GitHub
code/resources/views/documents/formatted.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<html>
    <head>
        <style>
            table {
                border-spacing: 0;
                border-collapse: collapse;
            }
        </style>
    </head>

    <body>
        {!! $document->renderHtml() !!}
    </body>
</html>