@section('title', '- Buy eBits')
@extends('layouts.user-profile', [
"withOutAside" => true,
"include_alerts" => false,
"includeLoader" => false
])
@section('section-body')
{{-- Alerts --}}
@include('alerts.success')
@include('alerts.warning')
{{-- End Alerts --}}
@include('loader')
{{-- Title --}}
@lang('ebit.title_buy_ebits')
{{-- Options container --}}
{{-- Input ebits amount --}}
{{-- End input ebits amount --}}
{{-- OPTION TABS --}}
{{-- Electronic transfer --}}
{{-- End electronic transfer --}}
{{-- Cryptocurrency --}}
{{-- End cryptocurrency --}}
{{-- Stripe --}}
Buy with Debit/Credit card
{{-- End Stripe --}}
{{-- Plaid --}}
{{--
--}}
{{-- End Plaid --}}
{{-- END OPTION TABS --}}
{{-- End option tabs container --}}
{{-- Dynamic tab content container --}}
{{-- File transfer tab --}}
{{-- End filetransfer tab --}}
{{-- Cryptocurrency tab --}}
@lang('ebit.title_ebit_pay')
@foreach ($currencies as $curr)
@if ($curr->allow_transaction == 1)
-
Purchase Price: {{ $curr->buy_value }}
Address: {{ $curr->wallet_url }}
@endif
@endforeach
{{-- End cryptocurrency tab --}}
{{-- Stripe tab --}}
@include('sections.payment-partials.stripe-payment')
{{-- End stripe tab --}}
{{-- Plaid tab --}}
{{--
@include('sections.payment-partials.plaid-payment')
--}}
{{-- End Plaid tab --}}
{{-- End dynamic tab container --}}
{{-- Modal viedo --}}