We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4509c commit 6bffb66Copy full SHA for 6bffb66
resources/views/subscribe.blade.php
@@ -7,18 +7,6 @@
7
8
<div class="clearfix"></div>
9
10
- @if($app_banner)
11
- <div class="row app-banner">
12
- <div class="col-md-12 text-center">
13
- @if($app_domain)
14
- <a href="{{ $app_domain }}"><img src="data:{{ $app_banner_type }};base64, {{ $app_banner }}" class="banner-image img-responsive"></a>
15
- @else
16
- <img src="data:{{ $app_banner_type }};base64, {{ $app_banner }}" class="banner-image img-responsive">
17
- @endif
18
- </div>
19
20
21
-
22
@include('dashboard.partials.errors')
23
24
<div class="panel panel-meassage">
0 commit comments