2020-06-15 17:12:08 +02:00
|
|
|
<footer class="bg-white px-4 py-5 shadow px-4 sm:px-6 md:px-8 flex justify-center border border-gray-200 justify-between items-center">
|
2020-06-15 15:46:01 +02:00
|
|
|
<span class="text-sm text-gray-700">{{ ctrans('texts.footer_label', ['year' => date('Y')]) }}</span>
|
2020-06-27 06:09:16 +02:00
|
|
|
@if(auth()->user()->user && !auth()->user()->user->account->isPaid())
|
2020-06-15 15:52:17 +02:00
|
|
|
<a href="#">
|
|
|
|
<img class="h-8" src="{{ asset('images/invoiceninja-black-logo-2.png') }}" alt="Invoice Ninja Logo">
|
|
|
|
</a>
|
|
|
|
@endif
|
2020-06-15 15:46:01 +02:00
|
|
|
</footer>
|