@extends('layouts.base') @section('content') @section('title', '添加区域代理')
%
{!! app\common\helpers\AddressHelper::tplLinkedAddress(['agent[province_id]','agent[city_id]','agent[district_id]','agent[street_id]'], [])!!}
{{--招商专员插件--}} @if(app('plugins')->isEnabled('invest-people')) {!! \Yunshop\InvestPeople\services\InvestMemberView::areaDividend() !!} @endif
@endsection