@extends('Admin.default'); {{-- @section('sidebar')
  • {{ session('data')['msg'] }}
  • @endif
    @csrf @method("DELETE")

    {{-- @csrf @method("GET")
    --}} {{--

    操作

    --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($list as $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
    id 产品名称 产品id 渠道id 开关状态 广告间隔 自点几率插屏展示广告上限 时间屏蔽策略开始次数 插屏权重 激励权重 全屏状态创建时间ip屏蔽 卡屏蔽插屏权重 激励权重 全屏状态 国内状态 海外状态 特殊省市屏蔽 操作
    {{ $item->switch_id }} {{ $item->switch_product_name }} {{ $item->switch_product_id }} {{ $item->switch_channel_id }} {{ $item->switch_ifopen == 1 ? '开启':'关闭' }} {{ $item->switch_insert_interval }} {{ $item->switch_check_rate }}{{ $item->switch_insert_show }}{{ $item->switch_insert_limit }} {{ str_replace(",","-","$item->switch_time_limit") }}{{ $item->switch_time_limit }}{{ $item->switch_channel_count }}{{ str_replace(",",":",$item->switch_ad_insert_weights) }} {{ str_replace(",",":",$item->switch_ad_excitation_weights) }} {{ $item->switch_ad_full == 1 ? '开启':'关闭' }} {{ $item->switch_adcn == 1 ? '开启':'关闭' }} {{ $item->switch_iscn == 0 ? '开启':'关闭' }}{{ date('Y-m-d H:i:s',$item->switch_ctime) }}{{ strlen($item->switch_shield_ip) < 15 ? $item->switch_shield_ip : substr($item->switch_shield_ip, 0, 27).'...' }} {{ strlen($item->switch_shield_phonecard) < 15 ? $item->switch_shield_phonecard : substr($item->switch_shield_phonecard, 0, 27).'...' }} {{ strlen($item->switch_shield_city) < 15 ? $item->switch_shield_city : substr($item->switch_shield_city, 0, 20).'...' }} 编辑 删除
    {{ $list->links() }}
    @endsection