@extends('layouts.app') @section('title', 'Create Post - Social Scheduler') @section('content')

Create New Post

Back to Posts
@csrf
Max 5000 characters. Emojis supported. 0 / 5000
@error('content')
{{ $message }}
@enderror
Supported: JPG, PNG, WEBP, MP4 (max 50MB)
@error('media')
{{ $message }}
@enderror
@if($accounts->isEmpty())
No social accounts found. Add an account first.
@else
@foreach($accounts as $account)
id, old('platforms', [])) ? 'checked' : '' }}>
@endforeach
@error('platforms')
{{ $message }}
@enderror @endif
Timezone: {{ config('app.timezone') }}
@error('scheduled_at')
{{ $message }}
@enderror
@push('scripts') @endpush @endsection