@php $selectedPlatforms = old( 'platforms', $organizationDetail->platforms ?? '[]', ); $selectedPlatforms = json_decode($selectedPlatforms, true) ?? []; @endphp
@foreach (['Stb', 'Pc/Lg', 'Ios', 'tvOS', 'Android Mobile', 'Samsung Tv', 'Web', 'Others/Roku'] as $platform)
@endforeach