AMBERSIVE/laravel-document-viewer

View on GitHub
src/Views/printable_default.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('ambersive.documentviewer::printable')

@section('styles')

    <style>
        body {
            background:#efefef;
        }
    </style>

@endsection

@section('document')

    <div>TODO: Print document</div>

@endsection