Add widgets to an infolist?
Is it possible to place widgets inside an infolist?
Solution:Jump to solution
```php
public function tabs(Infolist $infolist): Infolist
{
return $infolist
->schema([...
3 Replies
I have a view like this:
And a method on the page like this:
I've found the solution 🥳
Solution
components/widget.blade.php