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