@extends('layouts.base') @section('content') @section('title', trans('添加区域代理'))
{!! app\common\helpers\AddressHelper::tplLinkedAddress(['agent[province_id]','agent[city_id]','agent[district_id]','agent[street_id]'], [])!!}
@endsection