@extends('layouts.base') @section('content') @section('title', trans('区域代理申请'))
| ID | 会员 | 姓名手机 | 申请区域 | 申请时间 | 状态 | 审核 |
|---|---|---|---|---|---|---|
| {{$row['id']}} |
|
{{$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']}} |