1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/views/public/license.blade.php
2014-08-05 17:22:51 +03:00

33 lines
753 B
PHP

@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>&nbsp;</p>
<section class="faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 style="text-align:center">{{ $message }}</h3>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2 style="text-align:center">{{ $license }}</h2>
</div>
</div>
</div>
</section>
<p>&nbsp;</p>
@stop