AMBERSIVE/laravel-document-viewer

View on GitHub
src/Stubs/PrintableView.stub

Summary

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

@section('styles')

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

@endsection

@section('document')

    <div>Create your printable document here.</div>

@endsection