@props(['frame', 'direction' => 'ltr'])
@php
$file = $frame->file();
$line = $frame->line();
@endphp
merge(['class' => 'truncate font-mono text-xs text-neutral-500 dark:text-neutral-400']) }}
dir="{{ $direction }}"
>
@if (config('app.editor'))
{{ $file }}:{{ $line }}
@else
{{ $file }}:{{ $line }}
@endif