@extends('layouts.base') @section('content') @section('title', '广告列表')
{{----}}
广告列表 {{--总数:{{$list->total()}}个--}}
{{----}} @foreach($list as $row) {{----}} @endforeach
ID 标题状态操作
{{$row->id}} {{$row->name}}--}} {{--@if ($row['status'] == 1)--}} {{----}} {{--@else--}} {{----}} {{--@endif--}} {{--
{!! $pager !!}
添加广告
@endsection