mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
32 lines
685 B
PHP
32 lines
685 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> </p>
|
|
<p> </p>
|
|
|
|
<section class="faq">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<h2 style="text-align:center">{{ $license }}</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<p> </p>
|
|
<p> </p>
|
|
|
|
|
|
@stop |