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

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

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

Update Organization


{!! csrf_field() !!}
Choose Organization Logo
Choose Organization Logo

( Only jpeg, png files allowed with a minimum dimension of 624x624 )

@{{errors.organization_logo.message}}

@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