Service Orders
@if(in_array(auth()->user()->role, ['super_admin', 'co_admin', 'branch_admin', 'staff']))
Add Order
@endif
@if(auth()->user()->role === 'super_admin' || auth()->user()->role === 'co_admin')
Add Agent
@endif
@if(auth()->user()->role === 'super_admin' || auth()->user()->role === 'co_admin' || auth()->user()->role === 'auditor')
Agent Statement
@endif
@if(auth()->user()->role === 'super_admin' || auth()->user()->role === 'co_admin' || auth()->user()->role === 'branch_admin' || auth()->user()->role === 'auditor')
Branch Statement
@endif
@yield('breadcrumbs')
@yield('submenu')