@extends('welcome') @section('title', '| New Group') @section('content') @include('successMsg')

ITEMS

{{ csrf_field() }} @foreach($productItems as $productItem) @endforeach
SL# Name Item Code Action
{{++$no}} {{$productItem->name}} {{$productItem->itemCode}} id}} data-toggle="modal" data-target="#edit-modal-{{$productItem->id}}" >  
@foreach($productItems as $prodItem) {{-- Edit Modal --}} {{-- Delete Modal --}} {{-- End Delete Modal --}} @endforeach