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

Create GRN

@csrf
@foreach ($po_items as $index => $item) @endforeach
Product Name UOM Rate PO Qty Received Qty Pending Qty Enter Qty Sub Total
@endsection @section('scripts') @endsection