@extends('layouts.base') @section('content') @section('title', '编辑信息')
{{--表单内容--}}
%
{{--招商专员插件--}} @if(app('plugins')->isEnabled('invest-people')) {!! \Yunshop\InvestPeople\services\InvestMemberView::areaDividend($agency['investor_uid']) !!} @endif @if (!empty($username))
{{$username}}
@else
@endif
{{--提交按钮--}}
@endsection