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