@extends('layouts.app') @section('title', 'View Post - Social Scheduler') @section('content')
{{ json_encode(json_decode($post->publish_log), JSON_PRETTY_PRINT) }}