@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Post details @endsection @section('links') @endsection @section('content')

Post Details

@if($data['code'] === 200 && sizeof($data['data'])> 0 ) @foreach($data['data'] as $tasks)
Social account Description Post Date Status Post Link
@if(sizeof($accounts) > 0) @foreach($accounts as $social) @if((int)$social->account_id === $tasks->accountId)
{{$social->first_name}}
@if($social->account_type === 1 || $social->account_type === 3)

Facebook

@elseif($social->account_type === 2 )

Facebook page

@elseif($social->account_type === 4 )

Twitter

@elseif($social->account_type === 5 )

Instagram

@elseif($social->account_type === 6 )

LinkedIn

@elseif($social->account_type === 7 )

LinkedIn page

` @elseif($social->account_type === 9 )

Youtube

@elseif($social->account_type === 8 || $social->account_type === 10 )

Google

@elseif( $social->account_type === 12 )

Instagram Business

@elseif( $social->account_type === 16 )

Tumblr

@elseif( $social->account_type === 11 )

Pinterest

@endif
@endif @endforeach @endif
{{$tasks->publishedContentDetails}} @if($tasks->PublishedStatus === "Success")