@extends('layouts.app') @section('title', 'Tax Categories') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('tax-category-create', $authRolePermissions)) @endif
@include('tax-category.table')
@endsection