@extends('crudbooster::admin_template') @push("bottom") @endpush @section('content')

Error Logs List Preview

Records

@forelse ($records['logs'] as $count => $record)

{{ ($count+1)."-" .' '.$record['timestamp'] }}

{{ $record['message'] }}

@empty

No Error Found

@endforelse
@endsection