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