@extends('layouts.app') @section('title', 'CBMS Sync (IRD)') @section('content')
CBMS_ENABLED=true,
CBMS_ENDPOINT, and CBMS_API_KEY in .env and this starts
pushing automatically — no other setup needed.
| Invoice | Status | Attempts | Sent At |
|---|---|---|---|
| {{ $log->order->invoice_number ?? $log->order->order_number }} | {{ str_replace('_',' ',ucfirst($log->status)) }} | {{ $log->attempts }} | {{ $log->sent_at?->format('d M Y h:i A') ?? '-' }} |
| No invoices yet. | |||