@extends('layouts.backend')
@section('title', '文章分类')
@section('header')
文章分类
@endsection
@section('content')
@include('backend.alert.success')
| 序号 |
分类名 |
操作 |
@if ($category)
@foreach($category as $id => $cate_name)
| {{ $line }} |
{!! $cate_name !!} |
修改
设为导航
删除
|
@endforeach
@endif
@endsection
@section('javascript')
@endsection