@extends('layouts.app') @section('title','Product Attribute Types') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('product-attribute-types-create', $authRolePermissions)) @endif
@include('product-attribute-types.table')
@endsection