@if($organizationDetail)
@else
No additional details found.
@endif
@php
$selectedPlatforms = old('select_platform', $organizationDetail->select_platform ?? '[]');
$selectedPlatforms = json_decode($selectedPlatforms, true) ?? [];
@endphp
@foreach (["Stb", "Pc/Lg", "Ios", "tvOS", "Android Mobile", "Samsung Tv", "Web", "Others"] as $platform)
@endforeach