{{ $settings['site_name'] ?? 'Site Logo' }}

{{ $settings['site_name'] ?? 'Site Name' }}

  • @php $locale = session('locale', 'tr'); @endphp
      @foreach ($languages as $lang)
    • {{ $lang['name'] }}
    • @endforeach
  • @foreach ($platforms as $platform)
    {{ $platform->description }}

    {{ $platform->platform }}

    @endforeach
  • {{ $unreadCount }}

    {{ __('Notifications')}}

    {{ $unreadCount }} {{ __('New')}}

    @forelse ($notifications as $notification) @php $iconClass = 'bx-bell'; $iconColor = 'text-primary'; switch($notification->type) { case 'task_created': case 'task_approved': case 'new_content': $iconClass = 'bx-task'; $iconColor = 'text-success'; break; case 'ticket_created': case 'ticket_replied': $iconClass = 'bx-support'; $iconColor = 'text-info'; break; case 'withdrawal_request': case 'withdrawal_approved': case 'balance_approved': $iconClass = 'bx-money'; $iconColor = 'text-warning'; break; case 'announcement': $iconClass = 'bx-megaphone'; $iconColor = 'text-danger'; break; default: $iconClass = 'bx-bell'; $iconColor = 'text-primary'; } @endphp
    {{ $notification->title }}
    {{ $notification->created_at->diffForHumans() }}

    {{ $notification->description }}

    @if($notification->status == 1) {{ __('New') }} @endif
    @empty

    {{ __('No notifications') }}

    @endforelse
{{ $user->account_holder }}

{{ $user->account_holder }}

@if ($user->membership_type == 1) {{__('Admin')}} @elseif ($user->membership_type == 2) {{__('User')}} @elseif ($user->membership_type == 3) {{__('Advertiser')}} @else {{__('Undefined Role')}} @endif

  • {{__('Dashboard')}}
  • {{__('Profile')}}
  • @if ($user->membership_type == 1)
  • {{__('Settings')}}
  • @endif @if ($user->membership_type == 2)
  • {{__('My Earnings')}}
  • @endif @if ($user->membership_type == 1)
  • {{__('Earnings')}}
  • @endif
  • @csrf