@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')
@if ($errors->any())
@endif @include('payment.utilities.payment_form')
@include('payment.utilities.plan_headers')
@if($has_domain_data == 1)

Real Time Social Scheduled Posts

{{--
--}} {{-- --}} {{--
--}}
    @if(empty($rts_data))
  • No Realtime Social Data
  • @else @foreach($rts_data as $rtsd)
  • ...
    @if($rtsd->token_type == 2)

    Facebook

    @elseif($rtsd->token_type == 3)

    Twitter

    @elseif($rtsd->token_type == 13)

    Instagram

    @else

    Social Media Account

    @endif

    {{$rtsd->content}}

    {{date('F d, Y H:iA', strtotime($rtsd->post_date))}}
  • @endforeach @endif

Real Time Reviews Ratings

Real Time Chat Leads

Loading...
@else

Welcome to your Dashboard

The system is working hard to learn more about your account. Overview data will be available once it gathers sufficient data.


@endif
@stop @section('page_modals') @if(auth()->user()->has_rts && auth()->user()->source == 'offer.realtimemarketing.com/rts') @elseif(session()->has('success_subscription')) @endif @stop @section('page_scripts') @stop