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 }} |
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 |
Assigned Personnel Signature:
{{ $web_project_channel->users->name }}
@if (!in_array($web_project_channel->status, ['pending', 'declined']))
@if ($web_project_channel->type === 'Waiting for Content Writer Approval') Waiting For Content Writer Approval @elseWaiting For Graphic Design Approval @else |
Operations Supervisor Signature:
{{ $web_project_channel->web_project->issuer->name }} |