@extends('admin.layouts')
@section('css')
@endsection
@section('content')
# |
域名 |
KEY |
PEM |
签发机构 |
签发日期 |
到期时间 |
操作 |
@foreach ($list as $vo)
{{$vo->id}} |
{{$vo->domain}} |
{{$vo->key ? '✔️' : '❌'}} |
{{$vo->pem ? '✔️' : '❌'}} |
{{$vo->issuer}} |
{{$vo->from}} |
{{$vo->to}} |
|
@endforeach
@endsection
@section('script')
@endsection