@extends('layouts.app') @section('title', $app_setting['name'] . ' | Chapter List') @section('content')
# | Chapter Title | Sequence | Number of Contents | Action |
---|---|---|---|---|
{{ $loop->iteration }} | @if (strlen($chapter->title) > 50) {{ substr($chapter->title, 0, 50) . '...' }} @else {{ $chapter->title }} @endif | {{ $chapter->serial_number }} | {{ $chapter->contents->count() }} |