@extends('layouts.app') @section('content')
Report on Raw Materials - {{request()->branch}}, Date: {{request()->date}}
@csrf
Select Date
@foreach($comp as $item) @endforeach
Item Name Quantity Total Used (Kg)/(PC)
{{$item->quantity}} {{$item->total}}
@endsection