@extends('adminlte::page') @section('title', 'Organization Certificate Verification') @section('content_header')
CERTIFICATE NO. | ACCOUNT NAME | STANDARDS | DATA UPDATED | Synced At | Actions |
---|---|---|---|---|---|
{{ $certification->certificate_no }} | {{ Str::limit($certification->account_name, 30) ?: 'N/A' }} | {{ Str::limit($certification->standards, 30) ?: 'N/A' }} | {{ $certification->data_updated ? \Carbon\Carbon::parse($certification->data_updated)->format('M d, Y') : 'N/A' }} | {{ $certification->synced_at ? \Carbon\Carbon::parse($certification->synced_at)->format('M d, Y H:i') : 'N/A' }} | |
No certifications found.
@if($stats['total_certifications'] == 0)
Click here to sync from Google Sheets.
@endif
|