{{$chapter->no}} {{$chapter->name}}

    @foreach($topics as $top)
  1. {{$top->name}}
  2. @endforeach
@include('frontEnd.footer')