@php $fmt = app(\App\Services\Formatter::class); @endphp
@if ($rows->isEmpty()) @else Product Slug App URL Plans Shops Status @foreach ($rows as $product)

{{ $product->name }}

{{ $product->tagline }}

{{ $product->slug }} {{-- A slug with no config block cannot have its features listed when composing a plan. --}} @if (! in_array($product->slug, $known, true)) No config block @endif @if ($product->app_url) {{ parse_url($product->app_url, PHP_URL_HOST) }} @else — @endif {{ $product->plans_count }} {{ $product->tenants_count }} {{ $product->is_active ? 'Active' : 'Inactive' }} @endforeach
@endif
{{-- ------------------------------------------------------------- form --}}
@if ($this->slugIsLocked())

Shops already run on this product, so the slug is locked — changing it would break their subscription lookups.

@endif Cancel Save product