Skip to content

Instantly share code, notes, and snippets.

@neuthral
Created February 22, 2017 19:35
Show Gist options
  • Save neuthral/7b1c9580f25744a5ec155c0ca0f44567 to your computer and use it in GitHub Desktop.
Save neuthral/7b1c9580f25744a5ec155c0ca0f44567 to your computer and use it in GitHub Desktop.
<body>
DALAMAN.FI - kuitti tilaukselle #{{ $data['orderNum'] }} {{ $data['date'] }}
{{ $data['name'] }}
{{ $data['address'] }}
{{ $data['delivery'] }}
<br>
@foreach($data['products'] as $product)
<br>{{ $product }}
@endforeach
Tilaus on vastaanotettu ja työn alla
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment