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