@vite(['resources/css/app.css', 'resources/js/app.js'])
Displaying logs from: {{ $logPath }}
Log file not found at {{ $logPath }}.
The log file appears to be empty.
{{ $entry['message'] ?? 'No message.' }}
{{ is_array($entry['context']) ? json_encode($entry['context'], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) : $entry['context'] ?? '' }}