@extends('base') @section('title', __('Contact Us')) @section('content')
{{__('Contact Us')}}
需要帮助?可查询我们的“常见问题”板块,如果你找不到你要查询的问题,请使用以下方式联系我们。
电子邮件
公司地址
中国总部地址:
@include('static.components.office', [ 'lines' => [ '北京市', '朝阳区酒仙桥中路10号', '星科大厦A座4003室', ], 'image' => 'Beijing.png' ])
中国分部地址:
@include('static.components.office', [ 'lines' => [ '上海市', '浦东新区银城中路501号', '上海中心大厦29层', ], 'image' => 'shanghai.jpg' ]) @include('static.components.office', [ 'lines' => [ '河南省郑州市', '金水东路88号', '郑州金融国际中心(楷林IFC)D座18楼1801-1803', ], 'image' => 'zhengzhou.jpg' ]) @include('static.components.office', [ 'lines' => [ '深圳市', '南山区蛇口太子路1号', '新时代广场3楼330-04室', ], 'image' => 'shenzhen.jpg' ]) @include('static.components.office', [ 'lines' => [ '陕西省西安市', '雁塔区二环南路西段64号', '凯德广场东塔11层1101-02', ], 'image' => 'xian.jpg' ]) @include('static.components.office', [ 'lines' => [ '成都市', '锦江区红星路三段1号', '国际金融中心一号办公楼25楼1-6单元', ], 'image' => 'chengdu.jpg' ]) @include('static.components.office', [ 'lines' => [ '湖北省武汉市', '洪山区珞喻路10号', '群光中心22楼2233', ], 'image' => 'wuhan.jpg' ])
英国分部地址:
英格兰地区
@include('static.components.office', [ 'lines' => [ '1.伯明翰 Birmingham', 'Suite B, Floor 6', '31 Hurst St', 'Birmingham' , 'B5 4BD', 'UK' ], 'image' => 'Birmingham.png' ]) @include('static.components.office', [ 'lines' => [ '2.莱斯特 Leicester', 'Unit 1', '54 London Road', 'Leicester', 'LE2 0QD', 'UK', ], 'image' => 'Leicester.png' ]) @include('static.components.office', [ 'lines' => [ '3.考文垂 Coventry', '32 New Union Street', 'Coventry', 'CV1 2HN', 'UK' ], 'image' => 'Coventry.png' ]) @include('static.components.office', [ 'lines' => [ '4.哈德斯菲尔德 Huddersfield', '33 Queensgate', 'Huddersfield', 'HD1 2RD', 'UK' ], 'image' => 'Huddersfield.png' ]) @include('static.components.office', [ 'lines' => [ '5.剑桥 Cambridge', 'Wellington House', 'East Road', 'Petersfield', 'Cambridge', 'CB1 1BH', 'UK' ], 'image' => 'Cambridge.png' ]) @include('static.components.office', [ 'lines' => [ '6.曼彻斯特 Manchester', 'Space', 'Peter House', 'Oxford St', 'Manchester', 'M1 5AN', 'UK' ], 'image' => 'Manchester.png' ]) @include('static.components.office', [ 'lines' => [ '7.伦敦 London', 'Central Working White City', 'Translation and Innovation Hub', '80 Wood Lane', 'London', 'W12 0BZ', 'UK' ], 'image' => 'London 1.png' ]) @include('static.components.office', [ 'lines' => [ '', '107-111 Fleet Street', 'London', 'EC4A 2AB', 'UK' ], 'image' => 'London 2.png' ]) @include('static.components.office', [ 'lines' => [ '', '16 Upper Woburn Place', 'London', 'WC1H 0AF', 'UK' ], 'image' => 'London 3.png' ]) @include('static.components.office', [ 'lines' => [ '8.谢菲尔德 Sheffield', '7th Floor', 'The Balance', '2 Pinfold St', 'Sheffield', 'S1 2GU', 'UK' ], 'image' => 'Sheffield.png' ]) @include('static.components.office', [ 'lines' => [ '9.纽卡斯尔 Newcastle', 'Merchant House', '30 Cloth Market', 'Newcastle upon Tyne', 'NE1 1EE', 'UK' ], 'image' => 'Newcastle.png' ]) @include('static.components.office', [ 'lines' => [ '10.埃克塞特 Exeter', 'The Exeter Business Hub', 'Queensgate House', '48 Queen Street', 'Exeter', 'EX4 3SR', 'UK' ], 'image' => 'Exeter.png' ]) @include('static.components.office', [ 'lines' => [ '11.利兹 Leeds', '67 Albion Street Pinnacle', '15th - 18th Floors', 'Leeds', 'LS1 5AA', 'UK' ], 'image' => 'Leeds.png' ]) @include('static.components.office', [ 'lines' => [ '12.布里斯托 Bristol', 'Regus Castlemead', 'Lower Castle Street', 'Bristol', 'BS1 3AG', 'UK' ], 'image' => 'Bristol.png' ])
苏格兰地区
@include('static.components.office', [ 'lines' => [ '13.格拉斯哥 Glasgow', '20-23 Woodside Pl', 'Glasgow', 'G3 7Q', 'UK' ], 'image' => 'Glasgow.png' ]) @include('static.components.office', [ 'lines' => [ '14.爱丁堡 Edinburgh', 'Westpoint', '4 Redheughs Rigg', 'South Gyle', 'Edinburgh', 'EH12 9DQ', 'UK' ], 'image' => 'Edinburgh.png' ])
威尔士地区
@include('static.components.office', [ 'lines' => [ '15.卡迪夫 Cardiff', 'Brunel House', '15th Floor', '2 Fitzalan Road Brunel', 'Cardiff', 'CF24 0EB', 'UK' ], 'image' => 'Cardiff.png' ])
北爱尔兰地区
@include('static.components.office', [ 'lines' => [ '16.贝尔法斯特 Belfast', 'Belfast City Centre', 'Cromac Street', 'Belfast', 'BT2 8LA', 'UK' ], 'image' => 'Belfast.png' ])
@endsection