2014-07-30 19:33:57 +02:00
|
|
|
@extends('public.header')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
<section class="hero background hero-secure center" data-speed="2" data-type="background">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<h1>License Key</h1>
|
|
|
|
<!--<p class="thin"><img src="{{ asset('images/icon-secure-pay.png') }}">256-BiT Encryption</p>-->
|
|
|
|
<!-- <img src="{{ asset('images/providers.png') }}"> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<p> </p>
|
|
|
|
|
|
|
|
<section class="faq">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
2014-08-05 16:22:51 +02:00
|
|
|
<h3 style="text-align:center">{{ $message }}</h3>
|
|
|
|
<p> </p>
|
|
|
|
<p> </p>
|
2014-07-30 19:33:57 +02:00
|
|
|
<h2 style="text-align:center">{{ $license }}</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<p> </p>
|
|
|
|
|
|
|
|
|
|
|
|
@stop
|