@extends('layouts.master') @section('title') Add Items to BOD @endsection @section('page-title') Add Items to BOD @endsection @section('body') @endsection @section('css') @endsection @section('content')
@csrf

{{-- One blank row to start --}} @include('bod.partial._add_bod_item', ['index' => 0, 'isFirst' => true])
Item Type Floor Area Name Height (in Feet) Approx Area (Square Feet) Design Temperature (C) Type of Unit Model No Capacity Index Ton No of Units Total of Units Capacity Index Total Machine No System Remarks Action

Total

@foreach($bod->bodSystems as $system)
System {{ $system->bod_system_no }} Diversity
@endforeach
Back
@endsection @section('scripts') @endsection