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