@extends('layouts.base') @section('content') @section('title', '投放设备')
{{-- --}}
{!! app\common\helpers\AddressHelper::tplLinkedAddress(['search[province_id]','search[city_id]','search[district_id]','search[street_id]'], [])!!}
总数:{{$list->total()}}个
@foreach($list as $row) @endforeach
SN码 门店名称 门店分类 门店地址 累计时长 待机广告费用 支付展示次数 支付广告费用 操作
{{$row->sn}}
{{$row->store->store_name}}
{{$row->store->hasOneCategory->name}} {{$row->store->full_address}} 1 1 1 1 扣费明细
{!! $pager !!}
@endsection