@extends('layouts.master') @section('title') Create Material Issue @endsection @section('page-title') Create Material Issue @endsection @section('body') @endsection @section('content')

Create Material Issue

@csrf
@foreach ($material_request_items as $index => $item) @endforeach
Product Name UOM Description Request Qty Issued Qty Pending Qty Stock Qty Enter Qty
{{-- --}} @endsection @section('scripts') @endsection