@extends('layouts.base') @section('content')
{{--顶部搜索--}}
{!! app\common\helpers\AddressHelper::tplLinkedAddress(['search[province_id]','search[city_id]','search[area_id]'], []) !!}
@if (!$is_apply) @endif
{{--信息列表--}}
@foreach ($list as $item) @endforeach
ID 终端商信息 引荐人信息 注册人信息 营业执照 门头照片 内部照片 @if($is_apply) 申请时间 @else 审核时间 @endif 操作
{{ $item['id'] }}
注册人:{{ $item['contacts'] }}
联系电话:{{ $item['contacts_phone'] }}



@if($is_apply) {{ $item['created_at'] }} @else {{ $item['to_examine_time'] }} @endif @if ($is_apply) {{--审核内容--}} @if ($item['status'] == 0) @endif @else {{--使用中内容--}} @endif
{!! $pager !!}
{{--驳回弹框--}}
@endsection