@extends('layouts.app') @section('title', 'All Posts - Social Scheduler') @section('content')
| ID | User | Content | Platforms | Status | Scheduled | Actions |
|---|---|---|---|---|---|---|
| {{ $post->id }} | {{ $post->user->name }} | @foreach($post->platforms as $platform) @endforeach | {{ $post->status_label }} | @if($post->scheduled_at) {{ $post->scheduled_at->format('M d, H:i') }} @else — @endif |