@extends('layouts.app') @section('content') Create Backup Volume {{csrf_field()}} Nama RAB Item Dimensi & Spesifikasi Volume Unit Koefisien @foreach($ahsKategoris as $row) {{$row->nama_kategori}} @foreach($row->subkategoris as $row2) {{$row2->nama_subkategori}} @foreach($row2->ahsS as $row3) {{$row3->nama_pekerjaan}} {{$row3->dimensi_spesifikasi}} 0 {{$row3->satuan}} PJG LBR TNG BRT QTY FKTR upload file Rincian Penambah Create Penambah Rincian Pengurang Create Pengurang @endforeach @foreach($row2->vendors as $row3) {{$row3->vendor->nama_pekerjaan}} {{$row3->vendor->dimensi_spesifikasi}} 0 {{$row3->vendor->satuan}} PJG LBR TNG BRT QTY FKTR upload file Rincian Penambah Create Penambah Rincian Pengurang Create Pengurang @endforeach @endforeach @endforeach Save Cancel @endsection @section('js') @endsection