image
  • {{$general->contact_email}}

  • {{$general->contact_phone}}

    @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]}}
    {{__('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')}}
  • @endif
@auth
{{__('Dashboard')}}
@else
{{__('Registration')}} {{__('Login')}}
@endif

{{__('Menu')}}

    @auth
  • {{__('Dashboard')}}
  • @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]}}
    {{__('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')}}
  • {{__('Login')}}
  • {{__('Register')}}
  • @endif