@if(!$isClient)
@if (!empty(array_intersect(['employee', 'subsidiary', 'location'], $activeRecordTypes['All'])))
Company
@if (in_array("employee", $activeRecordTypes['All']))
Employees
@endif
@if (in_array("subsidiary", $activeRecordTypes['All']))
Subsidiaries
@endif
@if (in_array("location", $activeRecordTypes['All']))
Locations
@endif
@endif
@if (!empty(array_intersect(["opportunity", "salesorder", "estimate", "invoice", "subscription", "subscriptionplan", "purchaseorder", "itemfulfillment", "itemreceipt"], $activeRecordTypes['All'])))
CRM
@if (in_array("opportunity", $activeRecordTypes['All']))
Opportunities
@endif
@if (in_array("estimate", $activeRecordTypes['All']))
Estimates
@endif
@if (in_array("purchaseorder", $activeRecordTypes['All']))
Purchase Orders
@endif
@if (in_array("salesorder", $activeRecordTypes['All']))
Sales Orders
@endif
@if (in_array("invoice", $activeRecordTypes['All']))
Invoices
@endif
@if (in_array("itemfulfillment", $activeRecordTypes['All']))
Item Fulfillments
@endif
@if (in_array("itemreceipt", $activeRecordTypes['All']))
Item Receipts
@endif
@if (in_array("subscription", $activeRecordTypes['All']))
Subscriptions
@endif
@endif
Setup
Configuration
@if (!empty(array_intersect(["workorder", "item", "billofmaterial", "billofmaterialsrevision"], $activeRecordTypes['All'])))
Manufacturing
@if (in_array("workorder", $activeRecordTypes['All']))
Work Orders
@endif
@if (in_array("billofmaterial", $activeRecordTypes['All']))
Bill of Materials
@endif
@if (in_array("billofmaterialsrevision", $activeRecordTypes['All']))
BOM Revisions
@endif
@endif
Documents
File Management
@if (!empty(array_intersect(["customer", "project", "projecttask", "timeentry"], $activeRecordTypes['All'])))
Project Management
@if (in_array("customer", $activeRecordTypes['All']))
Customers
@endif
@if (in_array("project", $activeRecordTypes['All']))
Projects
@endif
@if (in_array("projecttask", $activeRecordTypes['All']))
Project Tasks
@endif
@if (in_array("timeentry", $activeRecordTypes['All']))
Time Entries
@endif
Kanban
@endif
Customization
Forms
Form Fields
KPIs
Lists
Saved Searches
Table Builder
IPaaS
Flows
Conectors
Forms
Forms Lists
@endif {{-- End of !$isClient check for mobile nav --}}