Skip to content

Instantly share code, notes, and snippets.

View alfredoem's full-sized avatar

Alfredo Espiritu alfredoem

  • Lima/Perú
View GitHub Profile
@alfredoem
alfredoem / pdf-example.blade.php
Created November 3, 2015 19:17
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;
}
/*jQuery UI - Laravel 5*/
/*Search Selection*/
$(function() {
$(".input-search-selection").autocomplete({
source: function(request, response) {
$.ajax({
url: "{{url('sec-menus/menus-by-field')}}",
dataType: 'json',
data: {
searchValue: $('.input-search-selection').val(),