@extends('layouts.app') @section('title', $pageTitle ?? 'CSR Costing') @section('contents')

CSR books

@if (can_csr_costing_section('csr_books_sections', 'add') || can_csr_costing_section('csr_books_sections', 'edit')) @endif

Sindh Basic Composite Schedule of Rates — scheduled items: Ref #, Chapter, Section, Description, Grade, Unit, Rate (Rs), Specification, Remarks.

@foreach ($books as $book)
{{ $book->name }}

Year {{ $book->year }}

@endforeach
@endsection