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
Undefined variable $isContained

What am i missing here?
image.png
Solution
You copied from
forms
but didn’t include that for the target folder. You overwrite the Tabs Blade Component with the Form Component
Was this page helpful?