@extends('admin/site/side_layout') @section('header_extend') @endsection @section('right') @php $hasEdit=0; @endphp @hasAuth('sites-report-edit') @php $hasEdit=1; @endphp @endHasAuth @hasAuth('sites-report-edit')
@endHasAuth
@foreach($sixMonth as $val) {{date('Y年n月', strtotime($val . '01')) }} @endforeach

@foreach($sixMonth as $val) {{date('Y年n月', strtotime($val . '01')) }} @endforeach
@if($hasEdit) @endif {{----}}
@foreach ($summaryList as $item) @endforeach
优化事项 引擎力项目经理 客户

@php $selectItems=json_decode($reportExtend->select_item??null,true)??[] @endphp @php $manageList=$selectItems['manage']??[]; $customerList=$selectItems['customer']??[]; @endphp

项目经理勾选内容:

@php $str="网站数据呈平稳上升趋势,将持续推进优化工作。" @endphp {{$str}}
@php $str="网站数据中个别指标有所波动,属于正常现象,我们将持续推进优化工作,使数据平稳上升。" @endphp {{$str}}
@php $str="网站数据波动比较大,正在查找原因,下一步将调整优化方案加强优化。" @endphp {{$str}}

客户配合:

@php $customerStr="尽量提供企业、行业、产品相关资讯继信息进行站内更新,形式可以多样:video,pdf,images等。" @endphp {{$customerStr}}
@php $customerStr="可以登陆quora平台,参与评论互动,每月3-5条为宜。" @endphp {{$customerStr}}
@php $customerStr="发送营销邮件,刺激客户点击访问网站" @endphp {{$customerStr}}
@php $customerStr="多与已有网站、合作伙伴、上下游客户进行友情链接" @endphp {{$customerStr}}
@php $customerStr="邮件给客户公司的社交主页,让客户关注,让公司员工注册对应社交并关注公司主页,日常互动。" @endphp {{$customerStr}}
@if($hasEdit) @endif @if (!empty($reportExtend->file_list)) @php $viewFileList = json_decode($reportExtend->file_list, true); @endphp @foreach ($viewFileList as $item)
@endforeach @endif
@if($hasEdit) @endif
@foreach($reportExtendList as $item)
月份:{{$item->ym}}
@php $nowSummary= $reportSummaryList[$item->ym]??[]; @endphp @if($nowSummary) @foreach($nowSummary as $val) @endforeach
优化事项 引擎力项目经理 客户
{{$val['val1']}} {{$val['val2']}} {{$val['val3']}}

@endif

{!! $item->remark !!}

@endforeach

@if($hasEdit) @endif {{----}}
@endsection @section('footer_extend') @endsection