Conversions System
  • Home
  • @if(auth()->user()->role_id == 1 || auth()->user()->role_id == 2)
  • Distribution
  • @endif @if(auth()->user()->role_id == 1)
  • Managers
  • Affiliates
  • Import data
  • @endif
    @if(auth()->user()->role_id == 1 || auth()->user()->role_id == 2 || auth()->user()->role_id == 3)
  • Leads Today: {{ $leadsToday }}
  • {{ $notifications->where('isRead', 0)->count() }}
    Notifications
    @foreach ($notifications as $notification)
    @if(!empty($notification->from_id) && !empty($notification->to_id))
    Lead Status Changer from {{ $notification->from->name }} to {{ $notification->to->name }}
    @else
    {{ $notification->message }}
    @endif
    {{$notification->created_at->diffForHumans()}}
    @endforeach
  • @endif
  • @if(Auth::user()){{Auth::user()->name}}@endif
  • @csrf