Skip to content

Instantly share code, notes, and snippets.

View GiteruGerald's full-sized avatar
🥷

GerryJ GiteruGerald

🥷
View GitHub Profile
@GiteruGerald
GiteruGerald / pdf-example.blade.php
Created October 30, 2020 12:16 — 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;
}