{{-- --}}
@php $draftUid = optional(Auth::guard('staff')->user())->uid; $draftCount = 0; if ($draftUid) { $draftCount = DB::table('comm_internalthread') ->where('draft_commentry_user', $draftUid) ->whereNotNull('draft_message') ->where('draft_message', '!=', '') ->count(); } @endphp
@php $uid = Auth::guard('staff')->user()->uid; $urllink = ($uid == '72567') ? 'customer' : 'mycustomer'; @endphp
{{-- --}}
{{-- --}}