@extends('layout') @section('title', 'New series') @section('content')

← {{ $channel->name }}

New series

A recurring theme. The scheduler generates a video for it on your chosen cadence and can auto-post it.

@csrf
@if(empty($platforms))

No connected accounts on this channel yet. Connect some to enable auto-posting.

@else @foreach($platforms as $platform) @endforeach @endif
@endsection