@extends('inventory.layout') @section('title', 'Product Category') @section('content') @push('head') @endpush
{{--{{($selectcategory->currentpage()-1)*$selectcategory->perpage()+1}} to {{$selectcategory->currentpage()*$selectcategory->perpage()}} of {{$selectcategory->total()}} entries--}}

{{ isset($parentcategory->name) ? $parentcategory->name:'' }} {{ __('Product Category')}}

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

{{----}} @push('script') @endpush @endsection