master
@extends('ambersive.documentviewer::printable') @section('styles') <style> body { background:#efefef; } </style> @endsection @section('document') <div>TODO: Print document</div> @endsection