2020-02-20 11:54:28 +00:00
|
|
|
<div class="card">
|
|
|
|
@if($o->service->isPending())
|
|
|
|
<div class="ribbon-wrapper ribbon-lg">
|
|
|
|
<div class="ribbon bg-warning">
|
|
|
|
Pending
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endif
|
|
|
|
|
|
|
|
<div class="card-header bg-gray-dark">
|
|
|
|
<h3 class="card-title">SSL Details</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="card-body bg-gray-dark">
|
|
|
|
<table class="table table-sm">
|
|
|
|
<tr>
|
|
|
|
<th>Cert</th>
|
2022-04-22 00:36:41 +00:00
|
|
|
<td>{{ $o->name_detail }}</td>
|
2020-02-20 11:54:28 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Cancel Notice</th>
|
|
|
|
<td>Before renewal</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|