@extends('layouts.app') @section('title', $pageTitle ?? 'CSR Costing') @push('stylesheets') @endpush @section('contents')
@php $sectionHeaderAction = ' Add scheduled item'; @endphp
@foreach ($items as $row) {{ $row->ref_no ?: '—' }} {{ $row->description }} {{ $row->grade ?: '—' }} {{ $row->unit }} {{ \App\Support\RatePresentation::pkr11($row->labour_rate_pkr) }} {{ \App\Support\RatePresentation::pkr11($row->composite_rate_pkr) }}
@csrf @method('DELETE')
@endforeach
@endsection @push('scripts') @endpush