- Filter for categories
- Filter for paid vs free
- Filter by Amilia vs by Partner
- Filter by Vertical
- On tile, transform price into button (CTA): Get or Price or Installed
- Remove SSOs? (because they are always on)
- Examples of installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Http\Middleware; | |
| use Closure; | |
| use Illuminate\Http\Request; | |
| /** | |
| * Class VerifyCanvaRequest. | |
| */ |
OlderNewer