I am getting an error for the custom filament page

Hi i just made the new filament page i make it with command
 php artisan make:filament-page Statistics --type=custom
but for some reason i am getting the errors in console for the livewire i do not know is that because i do not have the record for mine page or i do not know code for mine page is down below statistics.blade.php
 <x-filament-panels::page>
    <x-filament-panels::form wire:submit="save">
        {{ $this->form }}
        <x-filament-panels::form.actions :actions="$this->getFormActions()" />
    </x-filament-panels::form >
</x-filament-panels::page>
image.png
Was this page helpful?