@extends('layouts.main') @section('title', $notebook->name . ' — Deel HR Notebooks') @section('content')
{{ Str::limit($notebook->fabric_notebook_id, 18) }}
No runs yet.
| Started | Type | Status | Records | Duration |
|---|---|---|---|---|
| {{ $run->started_at ? $run->started_at->format('d M H:i') : '—' }} | {{ ucfirst($run->run_type) }} | @switch($run->status) @case('success') Success @break @case('partial_success') Partial @break @case('failed') Failed @break @default {{ ucfirst($run->status) }} @endswitch | {{ number_format($run->total_records_processed) }} | {{ $run->duration_seconds ? $run->duration_seconds . 's' : '—' }} |