@extends('layouts.app') @section('content')
Today's Report for Raw Materials
@csrf
Select Date
@foreach($comp as $item) @endforeach
Item Code Item Name Quantity Total Used (Kg)/(PC)
{{$item->material_code}} {{$item->quantity}} {{$item->total}}
View Report By User
@foreach($all_users as $user) @endforeach
Name Branch Action
{{$user->name}} {{$user->branch}}
Branch Report
@foreach($all_branch_ as $branches) @endforeach
Branch Name Actions
{{$branches->branch_name}}
@endsection