Skip to content

Instantly share code, notes, and snippets.

View khalilaj's full-sized avatar
🎯
Focusing

AJ khalilaj

🎯
Focusing
  • ATUZ Designs
View GitHub Profile
@khalilaj
khalilaj / pdf-example.blade.php
Created August 16, 2020 17:17 — 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;
}