@if($p_info['type'] == 1)
预约详情({{$appo_info['status_s']}}):
contact number:{{$appo_info['contact_number']}} agent name:{{$appo_info['agent_name']}} email:{{$appo_info['email']}}
property address:{{$appo_info['property_address']}} property status:{{$appo_info['property_status_s']}}
floor plan:{{$appo_info['floor_plan_s']}} site plan:{{$appo_info['is_siteplan_s']}}
appointment time:{{$appo_info['appointment_time']}}
confirm appointment time: @if(!$appo_info['confirm_appo_time'] && $appo_info['status'] <3) @else {{$appo_info['confirm_appo_time']}} @endif
@if($appo_info['status'] == 3 || $appo_info['status'] == 4)
输入价格:
@foreach ($service_lists as $k=>$v) @endforeach
{{$v['name']}}: $

汇总价格: $ @if($p_info['status'] != 2) @endif

@endif @endif @if(!empty($msg_info))
用户留言:
@foreach($msg_info as $k=>$v) @endforeach
messagetimeread?
{{$k+1}},{{$v['message_n']}}       read all {{$v['created_at']}} @if($v['is_read']==1) yes @else no @endif
@endif @if(!empty($download))
附件管理:
@foreach($download as $k=>$v) @endforeach
@endif @if((!empty($appo_info)&&$appo_info['status']>0)||$p_info['type'] ==2)
照片管理:
@if(!empty($img_info))

平面图

@foreach($img_info as $val) @if($val['special_type'] == 1) @endif @endforeach @endif

@if(!empty($img_info))

结构图

@foreach($img_info as $val) @if($val['special_type'] == 2) @endif @endforeach @endif @if($p_info['type'] == 1) @if($p_info['status'] != 2)
我要上传  平面图 结构图    
@endif @endif @if(isset($appo_info['status'])&&($appo_info['status'] == 3 || $appo_info['status'] == 4)||$p_info['type']==2)
@endif
@endif