@extends('layouts.app') @section('title', 'robot') @section('robot', 'm-menu__item--active') @section('css') @endsection @section('content')

Status ETL

@foreach ($response["checks"] as $check) @endforeach
No. Skrip IPR Tarikh Kemaskini Status
{{ $loop->iteration}} {{ $check['name'] }} {{ $check['last_ping'] }} {{ $check['status'] }}
@endsection