Platforms

Manage platforms by organization and type.

@forelse ($this->platforms as $platform) @empty @endforelse
Business Model Domain App ID Actions
{{ $platform->name }} {{ $platform->organization_name ?? '—' }} {{ $platform->platform_type_name ?? '—' }} {{ $platform->business_model_name ?? '—' }} {{ $platform->domain ?? '—' }} {{ $platform->app_id ?? '—' }} {{ $platform->status ? 'Active' : 'Inactive' }}
No platforms found.
{{ $this->platforms->links() }}