• {{$general->contact_email}}
  • {{$general->contact_phone}}
    @auth @if ($general->ico == 1)
  • 1 {{$general->currency}} = {{ number_format($general->cp_currency_rt,6) }} {{$general->cp_currency}}
  • @else
  • @endif @else
  • @endif
    @foreach($social as $data)
  • @endforeach
logo
    @auth @if ($general->ico == 1)
  • {{$general->cp_currency}}
    • {{__('Wallets')}}
    • {{__('My Transaction Log')}}
    • {{__('Other Transaction Log')}}
  • @else
  • {{__('Dashboard')}}
  • @endif
  • {{__('Deposit')}}
    • {{__('Add Deposit')}}
    • {{__('Deposit Log')}}
  • {{__('Investment')}}
    • {{__('Investment Plan')}}
    • {{__('Invest Log')}}
  • {{__('Credit Card')}}
  • {{__('Transaction')}}
    • {{__('My Referral Tree')}}
    • {{__('Fund Transfer')}}
    • {{__('Transaction Log')}}
    • @if ($general->ico == 1)
    • {{__('MIN CRYPTO')}}
    • @endif
  • {{__('Withdraw')}}
    • {{__('Withdraw')}}
    • {{__('Withdraw Log')}}
  • @php $check_count = \App\Models\Support::where('status', 2)->get() @endphp
  • {{split_name(auth()->user()->name)[0]}}
      @if ($general->ico == 1)
    • {{__('Dashboard')}}
    • @endif
    • {{__('Profile')}}
    • {{__('Support')}} @if(count($check_count) == 0) @else {{count($check_count)}} @endif
    • {{__('Kyc')}}
    • {{__('Security')}}
    • {{__('Logout')}}
  • @csrf
    @else
  • {{__('Home')}}
  • @foreach($frontMenu as $data)
  • {{__($data->title)}}
  • @endforeach
  • {{__('News')}}
  • {{__('Contact')}}
  • {{__('Account')}}
    • {{__('Sign Up')}}
    • {{__('Sign In')}}
  • @endif