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

Create AC Issue

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