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

Add Subscription


{!! csrf_field() !!}
{{--

@{{ channel.channel_name }}

--}}

General Settings

@{{ errors.name.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/Roku'] as $platform)
@endforeach

Price Settings

{{-- @{{ '185' }} --}} 185
@include('organizations::monetization-plan.subscription.conditional-price-settings')

Subscription Content Sets

@include('organizations::monetization-plan.common.SubscriptionsubNav')
@include('organizations::monetization-plan.subscription.channel-set')
@include('organizations::monetization-plan.subscription.live-event')
@include('organizations::monetization-plan.subscription.vod')
@include('organizations::monetization-plan.subscription.tvshow')
@include('organizations::monetization-plan.subscription.accessories') @include('organizations::monetization-plan.subscription.subs-partner-products')
@endsection @section('scripts') @endsection