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

33 lines
753 B
PHP
Raw Normal View History

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>&nbsp;</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>&nbsp;</p>
<p>&nbsp;</p>
2014-07-30 19:33:57 +02:00
<h2 style="text-align:center">{{ $license }}</h2>
</div>
</div>
</div>
</section>
<p>&nbsp;</p>
@stop