@extends('layouts.app') @section('content')
@foreach($composition_all_branches as $branch => $item) @endforeach
BRANCH RECORD OF RAW MATERIALS
{{$branch}} @foreach($item as $item) @endforeach
Code Raw Material Name Unit Measure Total Used Total Related Invoice
{{$item->material_code}} {{$item->comp_name}} {{$item->unit_measure}} {{$item->comp_quantity}} {{$item->unit_total}} #{{$item->invoice_number}}
@endsection