@extends('layouts.app') @section('content')
Product | {{ $content->product?->name }} |
---|---|
Client | {{ $content->product?->client?->name }} |
Category | {{ $content->category?->title }} |
Description | {!! $content->caption !!} |
Status | {!! $content->status_name !!} |
Schedule Detail | @if (config('constants.content_status_options')[$content->status] == 'Scheduled') {{ $content->release_date }} {{ \Carbon\Carbon::parse($content->release_time)?->format('h:i A') }} @else Not Scheduled @endif |
No Attachment Available
@endif