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