Skip to content

Instantly share code, notes, and snippets.

View ereeshika's full-sized avatar
:octocat:
Learning

Amila Ereeshika ereeshika

:octocat:
Learning
View GitHub Profile
@ereeshika
ereeshika / pdf-example.blade.php
Created December 13, 2018 11:48 — forked from alfredoem/pdf-example.blade.php
Template for a invoice render with DomPDF
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Aloha!</title>
<style type="text/css">
* {
font-family: Verdana, Arial, sans-serif;
}