@extends('admin.admin-master-template-with-datatable') @section('content')

Content Add New

@foreach($obj as $key => $val) @endforeach
Book Chapter Actions
{{$val->book->name}} {{$val->chapter->chapter_name}}
@endsection