@extends('layouts.backend') @section('title') @lang('backend.chapters_views.page_title') @endsection @section('modals') @include('backend.partials.modals') @endsection @section('content')

@lang('backend.chapters_views.list')

@include('backend.partials.deleted') @include('backend.partials.errors') @foreach($courseChapters as $chapter) @endforeach
@lang('backend.tables.title') @lang('backend.tables.description') @lang('backend.tables.actions')
{{ $chapter->title }} {{ $chapter->description }}
{!! $courseChapters->links() !!}
@endsection