How to get current Laravel Filament resource page type create/edit/view
I need to customize some Laravel Filament v3 Resource Form Fields/Elements by the current page type index/create/edit/view. For example, hide some action Fields on a view page. Resource PHP file (Bar) <?php namespace AppFilamentResources; use AppFilamentResourcesBarResourcePages; use FilamentFormsComponentsTextInput; use FilamentFormsForm;…