@extends('inventory.layout') @section('title', 'Product Subcategory') @section('content') @push('head') @endpush

{{ isset($parentcategory->name) ? $parentcategory->name:'' }} {{ __('Sub Categories')}}

@foreach($category as $cat) @endforeach
{{ __('Product Subcategory')}} {{ __('Action')}}
{{ isset($cat->name) ? $cat->name :'' }}      

@push('script') @endpush @endsection