@extends('layouts.app') @section('title','Accounts') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('accounts-create', $authRolePermissions)) Add New @endif
@include('accounts.table')
@endsection