@extends($layout_path) @section('title', $app_setting['name'] . ' | Chapter List') @section('header-title')
| # | Chapter Title | Sequence | Number of Contents | Action |
|---|---|---|---|---|
| {{ generateID($loop->iteration) }} | @if (strlen($chapter->title) > 50) {{ substr($chapter->title, 0, 50) . '...' }} @else {{ $chapter->title }} @endif | {{ $chapter->serial_number }} | {{ $chapter->contents->count() }} | {{ __('Edit Chapter') }} {{ __('Delete Chapter') }} |
{{ __('No Chapter Available') }} |
||||