@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Scheduling @endsection @section('links') @endsection @section('content') @php $content = ''; $content .= isset($mediaData) && isset($mediaData['title']) ? $mediaData['title'].' ' : ''; $formSubmissionAction = \Request::route()->getName() == "publish_content.scheduling-edit" ? route("publish_content.update", $scheduleId) : route("publish_content.share"); $formSubmissionMethod = \Request::route()->getName() == "publish_content.scheduling-edit" ? "POST" : "POST" @endphp

Create Post

Info
@include('contentstudio::components.draft_social_accounts')

Characters Remaining :

@if(sizeof($bitlyAccountsIds )!== 0)
@endif
@if(isset($mediaData['type']) && $mediaData['type'] == 'image' && isset($mediaData['mediaUrl']))
@else
@endif
  • @if(isset($mediaData['type']) && $mediaData['type'] == 'image') @endif
@if(isset($mediaData['type']) && $mediaData['type'] == 'image' && isset($mediaData['mediaUrl']))
@else
@endif
    @if(isset($mediaData['type']) && $mediaData['type'] == 'image') @if(isset($mediaData) && isset($mediaData['mediaUrl']))
  • @endif @endif
{{-- Start checking if the media has to been downloaded and then downloaded or not--}} @if(isset($downloadMedia) && isset($mediaData['mediaUrl'])) @endif {{-- End checking if the media has to been downloaded and then downloaded or not--}}

Schedule type

{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}

{{--
--}} {{-- --}} {{-- --}} {{--
--}}

@include('contentstudio::scheduling.components._draft_preview')
@endsection @section('scripts') @endsection