@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($material as $key => $val) @empty @endif
Sr Code Material Name Material Type Category Sub Category Unit of Measurement Division Status
{{ @$key + 1 }} {{ $val->code }} {{ $val->name }} {{ $val->material_type }} {{ $val->category->name }} {{ $val->subcategory->name }} {{ $val->measurement }} {{ $val->division->name }} {{ $val->status }}
No Material Master
@stop