Title
{{ $web_project_channel->web_project->title }}
Client
{{ $web_project_channel->web_project->client->name }}
Date Started
{{ $web_project_channel->date_started }}
Date Target
{{ $web_project_channel->date_targeted }}
Instruction
{{ $web_project_channel->web_project->instructions }}
@if ($web_project_channel->where('project_id', $web_project_channel->project_id)->where('type', 'like', '%web_designer%')->where('status', 'like', '%Completed%')->exists())
Web Designer Draft:
@if ($web_project_channel->where('project_id', $web_project_channel->project_id)->where('type', 'like', '%web_designer%')->where('status', 'like', '%accepted%')->where('sub_status', 'like', '%Draft Homepage Approval%')->exists())
Site Map:
{{ $web_project_channel->where('project_id', $web_project_channel->project_id)->where('type', 'like', '%web_designer%')->where('status', 'like', '%Completed%')->first()->draft }}
Draft Homepage Approval:
{{ $web_project_channel->where('project_id', $web_project_channel->project_id)
->where('type', 'like', '%web_designer%')
->where('status', 'like', '%Submitted to Operations Supervisor%')
->first()
? $web_project_channel->where('project_id', $web_project_channel->project_id)
->where('type', 'like', '%web_designer%')
->where('status', 'like', '%Submitted to Operations Supervisor%')
->first()->draft
: 'To Submit' }}
@endif
@endif
@if ($web_project_channel->where('project_id', $web_project_channel->project_id)->where('type', 'like', '%front_end%')->where('status', 'like', '%Completed%')->exists())
Front End Draft:
{{ $web_project_channel->where('project_id', $web_project_channel->project_id)->where('type', 'like', '%front_end%')->where('status', 'like', '%Completed%')->first()->draft }}
@endif
Draft