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

文章列表

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