@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Programs List @endsection @section('subcontent')

Inventory Items Type List

New Item Type
@foreach($itemTypes as $row) @endforeach
# Name Actions
{{ ++$loop->index }} {{ $row->name }}
@include('../pages/program/delete') @include('../pages/inv_item_type/create') @endsection