@extends('admin.layouts.main') @section('content')
@section('page_title') Chapters @endsection
@if (Session::has('message')) @endif
@php $i=0; @endphp @foreach ($chapter as $chapter_data) @php $i++; @endphp @endforeach
Sr. No. Title Course Type Chapter No. Action
{{ $i }} {{ $chapter_data->title }} {{ $chapter_data->course?->name }} {{ $chapter_data->chapter_type_label }} Chapter {{ $chapter_data->order_index }}
@csrf {{ method_field('DELETE') }}
@endsection @section('jscode') @endsection