Sales Rep Access
@foreach ($departments as $dp) @php $dpchecked = ( in_array($dp->cid, $dep_access) ) ? "checked" : ""; $alchecked = ( in_array($dp->cid, $alert_access) ) ? "checked" : ""; @endphp @endforeach
Call Type Access Alert
{{ $dp->calltype_text }}