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