@foreach($companies as $value) @endforeach
MATERIAL STATUS
COMPANY CODE MATERIAL TYPE MRP CONTROLLER MRP TYPE ABC INDICATOR
{{ $value->company_code }} @foreach($value->material_type as $material_type) {{ $material_type->mtype_code }}
@endforeach
@foreach($value->material_type as $material_type) {{ $material_type->total_material_type }}
@endforeach
@foreach($value->mrp_controller as $mrp_controller) {{ $mrp_controller->mrp_controller_code }}
@endforeach
@foreach($value->mrp_controller as $mrp_controller) {{ $mrp_controller->total_mrpcon }}
@endforeach
@foreach($value->mrp_type as $mrp_type) {{ $mrp_type->mrp_type_code }}
@endforeach
@foreach($value->mrp_type as $mrp_type) {{ $mrp_type->total_mrptype }}
@endforeach
@foreach($value->abc_indicator as $abc_indicator) {{ $abc_indicator->abc_indicator_code }}
@endforeach
@foreach($value->abc_indicator as $abc_indicator) {{ $abc_indicator->total_abcindicator }}
@endforeach