{{-- @extends('layouts.application') --}} @section('title', 'Content Revision') @section('header', 'Show Content Revision') {{-- @section('content') --}}
Back

Show

Title

{{ $job_draft->jobOrder->title }}

Client

{{$job_draft->client->name}}

Date Started

{{$job_draft->date_started}}

Deadline

{{$job_draft->date_target}}

Instructions

{!! json_encode($job_draft->jobOrder->description) !!}
{{-- Content Writer Image --}}

{{$job_draft->graphicDesigner->name}}

Graphic Designer

{{-- Content Writer Image --}}

{{$job_draft->contentWriter->name}}

Content Writer

@endsection