@extends('layouts/inventory_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg')

MODEL LIST

{{ csrf_field() }} @foreach($productModels as $productModel) @endforeach
SL# Group Catagory Sub Catagory Brand Model Action
{{++$no}} {{$productModel->inv_product_group->name}} {{$productModel->inv_product_category->name}} {{$productModel->inv_product_sub_category->name}} {{$productModel->inv_product_brand->name}} {{$productModel->name}}   @if(count($productModel->inv_product) == 0) @endif