Types Of Item Sold Types Of Item Sold {{-- Test --}} {{-- Edit Form --}}
@foreach ($TypesOfItemSold as $TypesOfItem) @endforeach
SR.NO Description Description_regional Value other_value Action
{{ $loop->iteration }} {{ $TypesOfItem->Description }} {{ $TypesOfItem->Description_regional }} {{ $TypesOfItem->value }} {{ $TypesOfItem->other_value }}
{{-- Add --}}