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

章节列表




列表
@foreach ($share_chapters as $share_chapter) @endforeach
章节名称
章节序列
章节内容 创建时间
更新时间

{{$share_chapter->chapter_no}}
{{$share_chapter->chapter_content}} {{ $share_chapter->created_at }}
{{ $share_chapter->updated_at }}
总计:{{ $share_chapters->total() }} {!! $share_chapters->links() !!}
@endsection