@extends('layouts.app') @section('title', $pageTitle ?? 'CSR Costing') @push('stylesheets') @endpush @section('contents') CSR books {{ $book->name }} @foreach ($chapters as $ch) Ch. {{ $ch->chapter_no }} — {{ $ch->name }} Edit chapter @endforeach @endsection @push('scripts') @endpush