@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Programs List
@endsection
@section('subcontent')
Inventory Items Type List
# |
Name |
Actions |
@foreach($itemTypes as $row)
{{ ++$loop->index }} |
{{ $row->name }} |
|
@endforeach
@include('../pages/program/delete')
@include('../pages/inv_item_type/create')
@endsection