{{ __('Dashboard') }}

@php $user = Auth::user(); $otheruser = $user->otheruser; $sidepanel_access = $otheruser ? json_decode($otheruser->sidepanel_access, true) : []; @endphp @if(!$otheruser || in_array('careers', $sidepanel_access))

Career Posted

{{$total_careers}}

@endif @if(!$otheruser || in_array('newsletter', $sidepanel_access))

Newsletter

{{$tottal_newsletter}}

@endif @if(!$otheruser || in_array('applicants', $sidepanel_access))

Applicants Applied

{{$total_applicants}}

@endif @if(!$otheruser || in_array('blogs', $sidepanel_access))

Blog Posted

{{$total_blogs}}

@endif @if(!$otheruser || in_array('contact_us', $sidepanel_access))

Contacted Us

{{$total_contactedUs}}

@endif