@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')

{{ __('organizations::index.organization') }}

@include('base::layouts.subnav')
@include('base::partials.errors')

Update Organization


{!! csrf_field() !!}
example placeholder
@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
        
@endsection @include('organizations::layouts.default_script') @include('organizations::layouts.scripts') @section('scripts') @endsection