@extends('layouts.app') @section('content')
Employee: {{ $task->assignee?->name ?? 'Unassigned' }}
Type: {{ $task->task_type }}
Platform: {{ $task->platform }}
Deadline: {{ $task->due_at }}
Deliverables:
{!! nl2br(e($task->deliverables)) !!}
Brief:
{!! nl2br(e($task->brief)) !!}
{{ $task->brand->name }} / {{ $task->brand->page_name }}
CTA: {{ $task->brand->default_cta }}
Phone: {{ $task->brand->phone }}
Website: {{ $task->brand->website }}
Font: {{ $task->brand->font_family }}
Colors: {{ $task->brand->primary_color }} / {{ $task->brand->secondary_color }}
Rules:
{!! nl2br(e($task->brand->brand_rules)) !!}
{{ $s->platform }} — {{ $s->channel_name }}: Open Source
{{ $s->instructions }}
{{ $c->user?->name }} [{{ $c->comment_type }}] — {{ $c->body }}
@endforeach