@extends('layouts.user') @section('content')

LITE COIN

Current Balance : {{ Auth::user()->amount }} - {{ $basic->currency }}


SEND EXACTLY {{ $btc }} LITE COIN TO

 
{{-- {{ $add }}
--}} {!! $code !!}
SCAN TO SEND

Tap the Address above to copy

NB: 3 Confirmations required to credit your Account


{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- @if($fund->payment_type == 1)--}} {{-- Paypal--}} {{-- @elseif($fund->payment_type == 2)--}} {{-- Perfect Money--}} {{-- @elseif($fund->payment_type == 3)--}} {{-- BTC - ( BlockChain )--}} {{-- @elseif($fund->payment_type == 4)--}} {{-- Credit Card--}} {{-- @elseif($fund->payment_type == 5)--}} {{-- Bitcoin Cash--}} {{-- @elseif($fund->payment_type == 6)--}} {{-- Ethereum--}} {{-- @elseif($fund->payment_type == 7)--}} {{-- USDT--}} {{-- @elseif($fund->payment_type == 8)--}} {{-- USDC--}} {{-- @elseif($fund->payment_type == 9)--}} {{-- DOGE--}} {{-- @elseif($fund->payment_type == 10)--}} {{-- Stellar--}} {{-- @elseif($fund->payment_type == 11)--}} {{-- BUSD--}} {{-- @endif--}} {{--

--}} {{--
--}} {{--
--}} {{-- @if($fund->payment_type == 1)--}} {{-- @php $img = $payment->paypal_image @endphp--}} {{-- @elseif($fund->payment_type == 2)--}} {{-- @php $img = $payment->perfect_image @endphp--}} {{-- @elseif($fund->payment_type == 3)--}} {{-- @php $img = $payment->btc_image @endphp--}} {{-- @elseif($fund->payment_type == 4)--}} {{-- @php $img = $payment->stripe_image @endphp--}} {{-- @elseif($fund->payment_type == 5)--}} {{-- @php $img = $payment->btcash_image @endphp--}} {{-- @elseif($fund->payment_type == 6)--}} {{-- @php $img = $payment->eth_image @endphp--}} {{-- @elseif($fund->payment_type == 7)--}} {{-- @php $img = $payment->usdt_image @endphp--}} {{-- @elseif($fund->payment_type == 8)--}} {{-- @php $img = $payment->usdd_image @endphp--}} {{-- @elseif($fund->payment_type == 9)--}} {{-- @php $img = $payment->doge_image @endphp--}} {{-- @elseif($fund->payment_type == 10)--}} {{-- @php $img = $payment->stellar_image @endphp--}} {{-- @elseif($fund->payment_type == 11)--}} {{-- @php $img = $payment->busd_image @endphp--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('scripts') @endsection