@extends('layouts.base') @section('content') @section('title', trans('直播间管理')) @include('layouts.tabs')
直播间总数:{{$all['count']}},总流量:{{$all['flux']}}MB ,累计带货订单数:{{$all['order_count']}} ,累计带货订单总额:{{$all['order']}}元
@foreach($list as $row) @if($row['status'] == 2) @elseif($row['status'] == 3) @else @endif @if($row['status'] == 2) @elseif($row['status'] == 3) @else @endif @endforeach
ID 直播间名称 主播 姓名
手机
分类 直播间状态 累计时长(分钟)
总观看人数
总点赞人数
商品数量 带货订单数量
商品查看次数
带货转化率 带货订单金额 峰值带宽
总流量
虚拟人数 打赏 评论
状态
推荐 链接 小程序链接 操作
{{$row['id']}} {{$row['title']}}
{{$row['hasOneMember']['nickname']}}
{{$row['hasOneAnchor']['realname']}}
{{$row['hasOneAnchor']['mobile']}}
{{$row['hasOneCategory']['name']}} @if($row['ban'] == 1) @else @if($row['status'] == 1) @elseif($row['status'] == 2) @elseif($row['status'] == 3) @else @endif @endif @if($row['status'] == 3) {{intval((time()-$row['start_time'])/60)}} @else {{intval(($row['end_time']-$row['start_time'])/60)}} @endif
{{$row['view_count']}}
{{$row['like_count']}}
@if($row['goods']) {{count(explode(',',$row['goods']))}} @else 0 @endif {{$row['order_count']}}
{{$row['check_count']}}
@if(!empty($row['check_count'])) {{(number_format(intval($row['order_count'])/intval($row['check_count']) * 100 , 2))}}% @else 0% @endif {{(float)$row['order_sum_count']}}元 @if(!empty($row['bandwidth'])) {{$row['bandwidth']}}Mbps @else 0Mbps @endif
@if(!empty($row['flux'])) {{$row['flux']}}Mbps @else 0MB @endif
{{$row['virtual']}}
@if($row['status'] == 2 or $row['status'] == 3)
@endif

复制链接

复制链接

复制链接

复制链接
{!! $pager !!}
@foreach($list as $row) @endforeach
@endsection