app/
├── Http/
│ ├── Livewire/
│ │ ├── Organization/
│ │ │ ├── Index.php
│ │ │ ├── Actions/
│ │ │ │ ├── Edit.php
│ │ │ │ ├── Restore.php
│ │ │ │ ├── Delete.php
│ │ │ │ ├── ForceDelete.php
│ │ │ ├── BulkActions/
│ │ │ │ ├── BulkRestore.php
│ │ │ │ ├── BulkDelete.php
│ │ │ │ ├── BulkForceDelete.php