@extends('layouts.base')
@section('title', "直播间管理")
@section('content')
小程序直播 > 直播间管理
开始:[[ scope.row.start_time]]
结束:[[scope.row.end_time]]
[[scope.row.name]]
房间号:[[scope.row.roomid]]
主播:[[scope.row.anchor_name]]
[[scope.row.live_status_name]]
[[detail_url]]
推广
@endsection