{!! QrCode::size(100)->generate(Request::url()); !!}
Scan me to return to the original page.
#### Embed A QrCode
You may embed a qrcode inside of an e-mail to allow your users to quickly scan. The following is an example of how to do this with Laravel:
//Inside of a blade template.