@extends('layouts.master') @section('title') Edit GRN @endsection @section('page-title') GRN @endsection @section('body') @endsection @section('content')
@csrf @method('PUT')

Items

@foreach($grn->items as $index => $item)
@foreach($item->stocks as $stockIndex => $stock) @if($item->product->product_category_id == 1)
@endif
product->product_category_id == 1) readonly @endif value="{{ $stock->qty }}">
@if($item->product->product_category_id != 1)
@endif @endforeach
@endforeach
@endsection @section('scripts') @endsection