@extends('layouts.base') @section('content') @section('title', trans('区域代理申请'))
@foreach($list['data'] as $row) @endforeach
ID 会员 姓名
手机
申请区域 申请时间 状态 审核
{{$row['id']}}
{{$row['has_one_member']['nickname']}}
{{$row['real_name']}}
{{$row['mobile']}}
@if($row['province_name']) {{$row['province_name']}} @endif @if($row['city_name']) -{{$row['city_name']}} @endif @if($row['district_name']) -{{$row['district_name']}} @endif @if($row['street_name']) -{{$row['street_name']}} @endif {{$row['created_at']}} {{$row['status_name']}}
{!! $pager !!}
@endsection