@if($this->status === 'success') @if($this->result['success'])
{{ trans('webtools/tools/ssl-checker.is-valid') }}
{{ trans('webtools/tools/ssl-checker.created-on') }} {{ date('M d, Y h:i:s A', strtotime($this->result['created_at'])) }}
{{ trans('webtools/tools/ssl-checker.valid-until') }} {{ date('M d, Y h:i:s A', strtotime($this->result['valid_until'])) }}
@else
{{ trans('webtools/tools/ssl-checker.error-invalid') }}
@endif @elseif($this->status === 'failure')
{{ trans('webtools/tools/ssl-checker.error-notfound') }}
@endif