@extends('Agent::layouts.app') @section('content') {{ $user->info->nickname }}{{ $user->identity_text }} 卡管理 {{ $data['all'] }} 已进卡 {{ $data[2] }} 待发货 {{ $data[3] }} 已发货 {{ $data[4] }} 已收货 {{ $data[5] }} 已激活 卡记录 全部 待发卡 已发卡 已到卡 已激活 @if ($lists->isNotEmpty()) @include('Agent::card.more',['lists'=>$lists]) @else 抱歉,暂无数据! @endif @endsection @section('script') @endsection