@extends('layouts.base') @section('content') @section('title', '商城收益')
{{----}}
广告列表 {{--总数:{{$list->total()}}个--}}
@foreach($list as $row) @endforeach
ID 标题 状态 操作
{{$row->id}} {{$row->name}}
{!! $pager !!}
添加广告
@endsection