@extends('admin.layouts') @section('css') @endsection @section('content')

文章列表

@if($list->isEmpty()) @else @foreach($list as $vo) @if ($vo->type == '1') @elseif ($vo->type == '2') @elseif ($vo->type == '3') @elseif ($vo->type == '4') @else @endif @endforeach @endif
# 类型 标题 排序 发布日期 操作
暂无数据
{{$vo->id}} 文章 公告 购买说明 使用教程 未知 {{str_limit($vo->title, 80)}} {{$vo->sort}} {{$vo->created_at}}
@endsection @section('script') @endsection