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

Edit Banner Carousels Subscription


@include('base::partials.errors')
{!! csrf_field() !!}
@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

{{ __('video::videos.poster') }}

{{ __('video::videos.upload_cover_picture') }}
{{ __('video::videos.change_cover_picture') }}

{{ __('video::videos.poster_file_hint') }}

@{{errors.poster_image.message}}

{{ __('video::videos.thumbnail')}}

{{ __('video::videos.upload_thumbnail_image') }}
{{ __('video::videos.change_thumbnail_image') }}

( Only jpeg, png files allowed with a minimum dimension of 338x170 )

@{{errors.thumbnail_image.message}}

@endsection @section('scripts') @endsection