Breadcrumbs not displaying correctly on resource

Tailwind Themes
419 CSRF Error on Livewire after migrating from Laravel 9 + Filament 2 to Laravel 11 + Filament 3

Custom fields based on page type?
Panel-wide authorization skip?
User which are all the app users and UserAdmin which are the users that have access to the filament app. I've already set this up to use class UserAdmin extends Authenticatable implements FilamentUser, and I have access to my filament panel with UserAdmins just fine.
I recently implemented a model policy for my Article model relating to the API:
```php
class ArticlePolicy
{...Repeater not working when placed inside Flex::make()

Show preview of uploaded image in another part of the view
FileUpload component that is ->live()
After an image is uploaded, I want to display a preview of the file immediately on another part of the view (not in Filepond).
When I dump the data of the form after it's updated, the image field contains a value like:
```...$value->temporaryUrl()
Thanks anyway!...Pagination number looks like a float

Create / Save header action for all resources at once
Infolist not updating when form submitted on the same livewire component
value infolist entry.
If I submit again it shows the previous search's data....dd($record) always returns the first record, no matter which one I select
Infolist is the same for all the records.
->state(fn ($record) => $record->the_attribute_name))to all the components in the infolist.Upgrading to V4 broke some custom pages / tables
Error in upgrading to version 4.2
composer self-update for composer update to version 2.9.1 (stable channel) .Notification?
Show only the first option and display '+N more' for the remaining options in the select

After switching from Filament 3 to 4, I encountered problems with the layout of custom pages.

Filament Migration Issue
php artisan migrate:fresh --seed
php artisan migrate:fresh --seed
Page without tenancy
Table with searchable() in Modal, pressing Enter closes Modal