Logi

Podgląd plików z storage/logs/ — co robi aplikacja i zaplanowane integracje (IMAP, automatyzacje, SLA). Widok tylko do odczytu, pokazuje ostatni fragment pliku.

@if ($autoRefresh)
@endif @if ($this->files->isEmpty())

Brak plików logów w storage/logs/.

@else
@foreach ($this->files as $file) @endforeach
{{ $this->entries->count() }} wpisów
@forelse ($this->entries as $entry) @php $badge = \App\Livewire\Admin\Logs::levelBadge($entry['level']); @endphp
{{ $entry['level'] ?? '?' }} {{ $entry['text'] }}
@empty

Brak wpisów spełniających kryteria.

@endforelse
@endif