Update index.blade.php

This commit is contained in:
Jack G 2023-03-30 18:08:33 +01:00
parent 40b92029bc
commit d6d8976bce

View file

@ -34,7 +34,7 @@
<div class="box-body"> <div class="box-body">
@if ($b) @if ($b)
<input type="text" id="license" value="{{ $bp->licenseKeyCensored() }}" class="form-control" style="letter-spacing: 3px;" readonly/> <input type="text" id="license" value="{{ $bp->licenseKeyCensored() }}" class="form-control" style="letter-spacing: 3px;" readonly/>
<p class="text-muted small">Your license key is valid <a data-toggle="modal" data-target="#licenseMoreInfo">Learn more.</a></p> <p class="text-muted small">Your license key is valid <a data-toggle="modal" data-target="#licenseMoreInfo">learn more.</a></p>
@else @else
<input type="text" id="license" value="{{ $bp->licenseKeyCensored() }}" class="form-control" style="letter-spacing: 3px;" readonly/> <input type="text" id="license" value="{{ $bp->licenseKeyCensored() }}" class="form-control" style="letter-spacing: 3px;" readonly/>
<p class="text-muted small">Your license key could not be validated. <a data-toggle="modal" data-target="#licenseMoreInfo">Learn more.</a></p> <p class="text-muted small">Your license key could not be validated. <a data-toggle="modal" data-target="#licenseMoreInfo">Learn more.</a></p>