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

Create Tools 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