@extends('layouts.app') @section('title', 'Posts Agendados') @section('content')
Título | Agendado para | Redes Sociais | Status | Criado por | Ações |
---|---|---|---|---|---|
{{ $post->title }} | {{ $post->scheduled_at->format('d/m/Y H:i') }} {{ $post->scheduled_at->diffForHumans() }} |
@foreach($post->tasks as $task)
{{ $task->socialNetwork->name }}
@if($task->check)
Publicado
@endif
@endforeach
|
{{ $post->status_label }}
|
{{ $post->creator->name }} | |
Nenhum post agendado ainda. |