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