@extends('layouts.base') @section('content') @section('title', trans('轮播图列表'))
@foreach($list as $row) @endforeach
ID 排序 标题 链接 状态 操作
{{$row['id']}} {{$row['sort']}} {{$row['title']}} {{$row['url']}} @if($row['is_show'] == 1) @else @endif
{!! $pager !!}
@endsection