@extends('layouts.master') @section('title') All Users @endsection @section('css') @endsection @section('content')

API Status

@foreach($urls as $index => $url) @endforeach
# URL Status
{{ $index }} {{ $url }}

API Errors

@foreach($audit_error as $index => $error) @endforeach
# Event Message Timestamp
{{ $index + 1 }} {{ $error->event }} {{ $error->new_values }} {{ $error->created_at }}
@endsection @section('script') @endsection