@extends('layouts.app') @section('title','Product Category') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('product-category-create', $authRolePermissions)) @endif
@include('product-categories.table')
@endsection