{{-- brafa Systems — managed TV apps. Livewire backing: App\Http\Livewire\SuperAdmin\TvAppManagement. --}}
@if ($successMessage)
{{ $successMessage }}
@endif @if ($errorMessage)
{{ $errorMessage }}
@endif

TV apps

Apps shown on the launcher's Apps screen. “Required” apps are silently installed on Device-Owner devices.

Superadmin

Find apps

Search the catalog and click to add — the package name is filled in for you, and the app's real icon appears on the TV once it installs. Specialized apps can be added manually below.

@forelse ($catalogResults as $app) @empty No catalog apps match{{ $appSearch ? ' “' . $appSearch . '”' : '' }}. @endforelse

Add app manually

@error('appLabel')

{{ $message }}

@enderror
@error('appPackage')

{{ $message }}

@enderror
@error('appIconUrl')

{{ $message }}

@enderror
@error('appInstallUrl')

{{ $message }}

@enderror

Apps

Drag ⠿ to reorder.

@forelse ($apps as $app) @empty @endforelse
Icon Label / package Required Status Actions
@if ($app->icon_url) @else @endif
{{ $app->label }}
{{ $app->package_name }}
@if ($app->is_active) Active @else Hidden @endif
No apps yet.
@push('js') @endpush