@extends('layouts.mobile-user') @section('content')
{{--
--}} {{--

{{$fund->wallet->name}}

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

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

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

SEND EXACTLY {{ $btc }} {{$fund->wallet->short}} TO
 

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

NB: 3 Confirmations required to credit your account


@if($fund->wallet->tag != null)

Tag: {{$fund->wallet->tag}}

@endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- @if($fund->payment_type == 1)--}} {{-- Paypal--}} {{-- @elseif($fund->payment_type == 2)--}} {{-- Perfect Money--}} {{-- @elseif($fund->payment_type == 3)--}} {{-- BTC - ( BlockChain )--}} {{-- @else--}} {{-- Credit Card--}} {{-- @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--}} {{-- @else--}} {{-- @php $img = $payment->stripe_image @endphp--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('scripts') @endsection