@extends('layouts.user') @push('css') @endpush @section('contents')

@lang('Block.io') ({{ Session::get('coin') }}) @lang('Deposit Information')

Address: {{ Session::get('address') }}

Please send approximately {{ Session::get('amount') }} {{ Session::get('coin') }} to this address. After completing your payment, {{ Session::get('currency_sign') }}{{ Session::get('currency_value') }} invest will be deposited.
This Process may take some time for confirmations. Thank you.

Go Back
@endsection @push('js') @endpush