Error when I overwrite a view
Hello!
I am trying to modify a filament view (vendor/filament/forms/resources/views/components/tabs.blade.php). I have copied the file in resources folder (resources/views/vendor/filament/components/tabs.blade.php) but, when I reload the page, I get an error
What am i missing here?
I am trying to modify a filament view (vendor/filament/forms/resources/views/components/tabs.blade.php). I have copied the file in resources folder (resources/views/vendor/filament/components/tabs.blade.php) but, when I reload the page, I get an error
What am i missing here?

Solution
You copied from
forms but didn’t include that for the target folder. You overwrite the Tabs Blade Component with the Form Component