File "trace-and-editor.blade.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/trace-and-editor.blade.php
File size: 468 bytes
MIME-type: text/plain
Charset: utf-8

<x-laravel-exceptions-renderer::card class="mt-6 overflow-x-auto">
    <div
        x-data="{
            includeVendorFrames: false,
            index: {{ $exception->defaultFrame() }},
        }"
    >
        <div class="grid grid-cols-1 gap-6 lg:grid-cols-3" x-clock>
            <x-laravel-exceptions-renderer::trace :$exception />
            <x-laravel-exceptions-renderer::editor :$exception />
        </div>
    </div>
</x-laravel-exceptions-renderer::card>