@extends('layouts.base') @section('title', '会员导入详情') @section('content')
详情总数:{{ $pageList->total() }} 失败数据导出Excel
@foreach($pageList as $list) @endforeach
主键ID 会员手机号 上级手机号 会员备注 导入状态 备注
{{ $list->id }} {{ $list->mobile }} {{ $list->parent_mobile }} {{ $list->content }} @if($list->status) @else @endif {{ $list->remark }}
{!! $page !!}
@endsection