@extends('layouts/home/logined') @section('title') 预约服务 @endsection @section('content')
step2:({{$info['name']}})
预约摄影&平面设计
{!! csrf_field() !!}
Agent Name Contact Number Email Address
Property Address
Property Status Vacant Owner Occupied Tenanted
B&W Floor Plan Color Floor Plan Texture Floor Plan Interactive Floor Plan
Site Plan
Appointment time:
@if($s_info['status'] ==0)
Click HERE to write 3 Expected time.Alternatively,please ring us at 8005 0086
@endif @if($s_info['status'] ==0)
@endif
@if($s_info['status'] ==1 || $s_info['status'] ==1 )
你的预约已经成功受理,拍摄的照片处理后会在此处显示。
@endif @if(!$s_info['id'])

I already have photos(floor plans),clikc HERE to Upload
@endif
@if($s_info['status'] >2)
图片展示
@if(!empty($img_info&&count($img_info)>5))
@endif
@if(!empty($img_info))
    @foreach($img_info as $k=>$v)
  • @endforeach
@else @endif
@if(!empty($img_info) &&count($img_info)>5)
@endif
@if(!empty($img_info)) @endif @endif
@if(isset($download) && $download)
@endif
@endsection