Header

Operation Job Order Form

Client Name:
{{ $web_project_channel->web_project->client->name }}
Client Address:
{{ $web_project_channel->web_project->client->address }}
Date Issued:
{{ $web_project_channel->date_started ? \Carbon\Carbon::parse($web_project_channel->date_started)->format('Y-m-d') : 'N/A' }}
Target Finished Date:
{{ $web_project_channel->date_targeted ? \Carbon\Carbon::parse($web_project_channel->date_targeted)->format('Y-m-d') : 'N/A' }}
Issued by:
{{ $web_project_channel->web_project->issuer->name }}
Work Performed by:
{{ $web_project_channel->users->name }}
Description:
{!! $web_project_channel->web_project->instructions !!}
Complete Information
Date Completed:
{{ $web_project_channel->date_completed ? \Carbon\Carbon::parse($web_project_channel->date_completed)->format('Y-m-d') : 'N/A' }}
Time Required:
@if ($web_project_channel->date_started && $web_project_channel->date_completed) {{ \Carbon\Carbon::parse($web_project_channel->date_started)->diffInDays(\Carbon\Carbon::parse($web_project_channel->date_completed)) }} days @else N/A @endif
Remarks:
{!! $web_project_channel->draft !!}
Assigned Personnel Signature: {{ $web_project_channel->users->name }} @if (!in_array($web_project_channel->status, ['pending', 'declined'])) Supervisor Signature @endif {{-- @if ($web_project_channel->type == 'content_writer') {{ $web_project_channel->type }}
@if ($web_project_channel->type === 'Waiting for Content Writer Approval')

Waiting For Content Writer Approval

@else Content Writer Signature @endif @else {{ $web_project_channel->type }} @if ($web_project_channel->type === 'Waiting for Graphic Designer Approval')

Waiting For Graphic Design Approval

@else Graphic Design Signature @endif @endif --}}

Operations Supervisor Signature: {{ $web_project_channel->web_project->issuer->name }}
Supervisor Signature
{{-- @endsection --}}