{{-- @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) !!} {{-- --}} {{$job_draft->graphicDesigner->name}} Graphic Designer {{-- --}} {{$job_draft->contentWriter->name}} Content Writer {{-- @endsection --}}
Title
{{ $job_draft->jobOrder->title }}
Client
{{$job_draft->client->name}}
Date Started
{{$job_draft->date_started}}
Deadline
{{$job_draft->date_target}}
Instructions