@extends('layouts.base') @section('content') @section('title', '申请信息')
@if(!isset($set['is_photo']) || $set['is_photo'] == 1)
@foreach($apply->thumb as $item)
@endforeach
@endif
member)style="display:none"@endif>
{{--招商专员插件--}} @if(app('plugins')->isEnabled('invest-people')) {!! \Yunshop\InvestPeople\services\InvestMemberView::packageDeliver($apply->investor_uid, 'apply') !!} @endif
@if(!isset($set['is_license']) || $set['is_license'] == 1)
@foreach($apply->aptitute as $img) @endforeach
@endif @if(!isset($set['is_id_card']) || $set['is_id_card'] == 1)
@endif
@endsection