@extends('trace-replay::layout') @section('title', ($trace->name ?? 'Trace') . ' — TraceReplay') @section('content')
@foreach($trace->error_reason['trace'] as $line){{ $line }}
@endforeach
Copy this prompt into Cursor, ChatGPT, or your preferred IDE AI assistant.