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